Skip to content

Commit

Permalink
feat: improve performance compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Aug 5, 2024
1 parent 972c057 commit c90c761
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions projects/tsconfig/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"useDefineForClassFields": false,
"forceConsistentCasingInFileNames": true,
"noImplicitOverride": true,
"isolatedModules": false,
"noEmitHelpers": true,
"pretty": true,
"stripInternal": false,
Expand All @@ -92,7 +91,10 @@
"strictBindCallApply": true,
"strictFunctionTypes": true,
"strictPropertyInitialization": true,
"incremental": true
"incremental": true,
"isolatedModules": true,
"sourceMap": false,
"inlineSourceMap": false
},
"ts-node": {
"files": true,
Expand Down

0 comments on commit c90c761

Please sign in to comment.