angular-cn/packages/core/schematics/tsconfig.json

9 lines
131 B
JSON

{
"compilerOptions": {
"strictNullChecks": true,
"noImplicitReturns": true,
"lib": ["es2015"],
"types": []
}
}