Skip to content

Commit

Permalink
fix: add incremental to root tsconfig (#1810)
Browse files Browse the repository at this point in the history
fix: added incremental to root TSconfig
  • Loading branch information
KevinGhadyani-Okta authored Jun 2, 2023
1 parent 570a2df commit 9632839
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ lerna-debug.log

# bundled properties files (i18n)
**/src/properties/ts/*.ts

*.tsbuildinfo
1 change: 1 addition & 0 deletions packages/odyssey-typescript/tsconfig.strict.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"allowJs": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"incremental": true,
"moduleResolution": "node",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
Expand Down

0 comments on commit 9632839

Please sign in to comment.