mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
Update tsconfig.json to support incremental
This commit is contained in:
parent
05181ad9b2
commit
3db6ccda2d
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"incremental": true,
|
||||||
|
"tsBuildInfoFile": "/app/.tsbuildinfo",
|
||||||
"target": "esnext",
|
"target": "esnext",
|
||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
"strict": false,
|
"strict": false,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue