chore(striker-ui): enable 'incremental' in tsconfig

main
Tsu-ba-me 3 years ago
parent 7fe1bbfbf4
commit 5f702f6a15
  1. 3
      striker-ui/tsconfig.json

@ -14,7 +14,8 @@
"isolatedModules": true,
"jsx": "preserve",
"noImplicitAny": true,
"typeRoots": ["types"]
"typeRoots": ["types"],
"incremental": true
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]

Loading…
Cancel
Save