Skip to content

Commit a33d276

Browse files
committed
tsconfig as generated by Angular CLI
1 parent 18e07c3 commit a33d276

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

packages/demo/tsconfig.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
1+
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
2+
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
13
{
24
"compileOnSave": false,
35
"compilerOptions": {
4-
"baseUrl": "./",
56
"outDir": "./dist/out-tsc",
6-
"forceConsistentCasingInFileNames": true,
77
"strict": true,
88
"noImplicitOverride": true,
99
"noPropertyAccessFromIndexSignature": true,
1010
"noImplicitReturns": true,
1111
"noFallthroughCasesInSwitch": true,
12+
"skipLibCheck": true,
13+
"isolatedModules": true,
14+
"esModuleInterop": true,
1215
"sourceMap": true,
1316
"declaration": false,
14-
"downlevelIteration": true,
1517
"experimentalDecorators": true,
16-
"moduleResolution": "node",
18+
"moduleResolution": "bundler",
1719
"importHelpers": true,
1820
"target": "ES2022",
19-
"module": "es2020",
20-
"lib": ["es2020", "dom"]
21+
"module": "ES2022",
22+
"lib": [
23+
"ES2022",
24+
"dom"
25+
]
2126
},
2227
"angularCompilerOptions": {
2328
"enableI18nLegacyMessageIdFormat": false,

0 commit comments

Comments
 (0)