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:
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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user