Add --incremental

pull/73/head
MillenniumEarl 2021-02-16 10:58:03 +01:00
parent 82b85a01d2
commit dbc12dc09b
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"moduleResolution": "node", "moduleResolution": "node",
"esModuleInterop": true, "esModuleInterop": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"incremental": true
}, },
"include": ["./src/**/*.ts"] "include": ["./src/**/*.ts"]
} }