Added incremental TS compilation

This commit is contained in:
Dustin Brett
2021-06-19 22:42:26 -07:00
parent 1a7de4d5ac
commit 04fb569e8c

View File

@@ -3,6 +3,7 @@
"baseUrl": ".",
"target": "es6",
"lib": ["dom", "dom.iterable", "esnext"],
"incremental": true,
"allowJs": true,
"skipLibCheck": true,
"strict": true,