Skip to content

Commit

Permalink
chore: use Angular 19 tsconfig defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Genov committed Jan 27, 2025
1 parent d55c2e7 commit d3a0470
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
{
"compileOnSave": false,
"compilerOptions": {
Expand All @@ -9,16 +10,14 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"isolatedModules": true,
"esModuleInterop": true,
"sourceMap": true,
"declaration": false,
"experimentalDecorators": true,
"moduleResolution": "bundler",
"importHelpers": true,
"target": "ES2022",
"module": "ES2022",
"noUnusedLocals": true,
"useDefineForClassFields": false,
"lib": [
"ES2022",
"dom"
Expand Down

0 comments on commit d3a0470

Please sign in to comment.