angular-cn/aio/content/examples/jsconfig.json
2017-02-23 23:23:58 -08:00

7 lines
89 B
JSON

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