chore: enable TypeScript incremental option for faster lint:typescript

This commit is contained in:
Théo LUDWIG 2024-07-27 11:39:15 +02:00
parent 624d235a0e
commit 867fc131b1
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -14,6 +14,7 @@
"isolatedModules": true,
"esModuleInterop": true,
"skipLibCheck": true,
"jsx": "preserve"
"jsx": "preserve",
"incremental": true
}
}