mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8d23b95119
Those options are enabled by default, they don't need to be explicit.
(cherry picked from commit 9cf7b44f7c)
22 lines
548 B
JSON
22 lines
548 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noImplicitOverride": true,
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "bundler",
|
|
"preserveSymlinks": true,
|
|
"importHelpers": true,
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"allowImportingTsExtensions": true,
|
|
"lib": ["ES2022"],
|
|
"types": [],
|
|
"skipLibCheck": true
|
|
}
|
|
}
|