mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-27 07:34:43 +02:00
Update tsconfig.json to support incremental
This commit is contained in:
parent
05181ad9b2
commit
3db6ccda2d
@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"incremental": true,
|
||||||
|
"tsBuildInfoFile": "/app/.tsbuildinfo",
|
||||||
"target": "esnext",
|
"target": "esnext",
|
||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
"strict": false,
|
"strict": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user