Skip to content

Commit 52a41d5

Browse files
committed
fix: make the typescript builds incremental
1 parent 35b5f01 commit 52a41d5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ test/typings-compatibility/
1717
/script/*.d.ts
1818
/script/*/*.js
1919
/script/*/*.d.ts
20+
tsconfig.tsbuildinfo

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"noImplicitThis": true,
1717
"noUnusedLocals": true,
1818
"noUnusedParameters": true,
19+
"incremental": true,
1920
"lib": [
2021
"ES2020",
2122
"dom"

0 commit comments

Comments
 (0)