Skip to content

Commit

Permalink
adjust ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
SeregPie committed May 6, 2024
1 parent 1841c93 commit 6984368
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
{
"angularCompilerOptions": {
"compilationMode": "partial",
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
},
"compilerOptions": {
"experimentalDecorators": true,
"lib": ["ESNext", "DOM"]
"lib": ["ESNext", "DOM"],
"removeComments": true
},
"extends": "../tsconfig.json"
}

0 comments on commit 6984368

Please sign in to comment.