angular-docs-cn/public/docs/_examples/jsconfig.json

7 lines
89 B
JSON

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