Add incremental build by default in the generated tsconfig.json

This commit is contained in:
Convly 2022-05-23 16:55:42 +02:00
parent c3a10abc45
commit eb012fa242

View File

@ -11,6 +11,7 @@
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"incremental": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"noEmitOnError": true