chore: enable TypeScript incremental option for faster lint:typescript
This commit is contained in:
parent
624d235a0e
commit
867fc131b1
@ -14,6 +14,7 @@
|
||||
"isolatedModules": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"jsx": "preserve"
|
||||
"jsx": "preserve",
|
||||
"incremental": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user