Skip to content

Commit

Permalink
⚡️ Add incremental for speed up tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
tidurand committed Jul 5, 2024
1 parent 7646c3a commit dcdc756
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
dist
dist
tsconfig.tsbuildinfo
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"compilerOptions": {
/* Visit https://aka.ms/tsconfig to read more about this file */

"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
Expand All @@ -10,6 +8,7 @@
"strict": true,
"skipLibCheck": true,
"types": ["node"],
"incremental": true,
},
"include": ["src/**/*"],
}

0 comments on commit dcdc756

Please sign in to comment.