Skip to content

Commit

Permalink
make ts incremental
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbrinkman committed Feb 5, 2022
1 parent 642aaca commit c3220a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -16,3 +16,4 @@
# Typescript #
##############
/src/**/*.js
/tsconfig.tsbuildinfo
1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -9,6 +9,7 @@
"isolatedModules": true,
"noEmit": true,
"strict": true,
"incremental": true,
"typeRoots": ["./types", "./node_modules/@types"]
},
"include": ["src", "test"]
Expand Down

0 comments on commit c3220a3

Please sign in to comment.