feat(typescript): Setup Typescript incremental builds (#3876)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2022-09-09 15:24:23 +02:00
committed by GitHub
parent f5c6c21bf4
commit 799676b24d
8 changed files with 8 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
"incremental": true,
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,