angular-cn/aio/tools/examples/shared/jsconfig.json

7 lines
89 B
JSON

{
"compilerOptions": {
"target": "ES5",
"module": "commonjs"
}
}