1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-25 08:41:39 +08:00

build: minor development tsconfig cleanup

This commit is contained in:
Charles Lyding 2019-03-22 19:21:02 -04:00 committed by Hans
parent 7e91979d8d
commit dfabf1b34a

@ -1,8 +1,6 @@
{
"compilerOptions": {
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "commonjs",
"moduleResolution": "node",
"noEmitOnError": true,
@ -13,7 +11,6 @@
"noUnusedLocals": false, // The linter is used for these.
"outDir": "./dist",
"rootDir": ".",
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"strictNullChecks": true,
"target": "es2018",