Skip to content

Commit ee9ec75

Browse files
committed
feat: add incremental build for typescript
1 parent e68d440 commit ee9ec75

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ dist
44
dist-ssr
55
*.local
66
coverage
7+
tsconfig.tsbuildinfo

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"incremental": true,
34
"target": "ESNext",
45
"useDefineForClassFields": true,
56
"lib": ["DOM", "DOM.Iterable", "ESNext"],

0 commit comments

Comments
 (0)