Update tsconfig.json to support incremental

This commit is contained in:
Webysther Sperandio 2025-03-27 09:41:09 +01:00 committed by GitHub
parent 05181ad9b2
commit 3db6ccda2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,7 @@
{
"compilerOptions": {
"incremental": true,
"tsBuildInfoFile": "/app/.tsbuildinfo",
"target": "esnext",
"module": "esnext",
"strict": false,