angular/packages/zone.js/tsconfig.json
Andrew Scott fdfcef5a0a build: enable useUnknownInCatchVariables (#44679)
This unblocks the internal migration to turn the option on in g3.

PR Close #44679
2022-02-01 18:17:29 +00:00

41 lines
No EOL
827 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"outDir": "build",
"inlineSourceMap": true,
"inlineSources": true,
"declaration": false,
"noEmitOnError": false,
"stripInternal": false,
"strict": true,
"noImplicitOverride": true,
"lib": [
"es5",
"dom",
"es2015.iterable",
"es2015.promise",
"es2015.symbol",
"es2015.symbol.wellknown"
],
"typeRoots": [
"node_modules/@types"
],
},
"exclude": [
"node_modules",
"bazel-out",
"build",
"build-esm",
"build-esm-2015",
"dist",
"lib/closure",
"lib/node/**",
"lib/mix/**",
"test/node/**",
"test/node_bluebird_entry_point.ts",
"test/node_entry_point.ts",
"test/node_error_entry_point.ts",
"test/node_tests.ts"
]
}