Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
add incremental flag to tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaDamm committed Nov 26, 2023
1 parent 8d91e31 commit 94485a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"dom"
],
"experimentalDecorators": true,
"incremental": true,
"outDir": "dist",
"resolveJsonModule": true,
"allowJs": true,
Expand Down

0 comments on commit 94485a8

Please sign in to comment.