mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
18 lines
538 B
JSON
18 lines
538 B
JSON
{
|
|
"compilerOptions": {
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"experimentalDecorators": true,
|
|
"outDir": "./build",
|
|
"rootDir": ".",
|
|
"target": "es2020",
|
|
"module": "Node16",
|
|
"moduleResolution": "Node16",
|
|
"noEmitOnError": false,
|
|
"stripInternal": false,
|
|
"strict": true,
|
|
"lib": ["es5", "dom", "es2015.collection", "es2015.iterable", "es2015.promise"]
|
|
},
|
|
"files": ["./type.test.ts", "./node_modules/zone.js/zone.d.ts"]
|
|
}
|