mirror of
https://github.com/strapi/strapi.git
synced 2025-11-09 06:40:42 +00:00
Add incremental build by default in the generated tsconfig.json
This commit is contained in:
parent
c3a10abc45
commit
eb012fa242
@ -11,6 +11,7 @@
|
|||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
|
|
||||||
|
"incremental": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"noEmitOnError": true
|
"noEmitOnError": true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user