1
0
mirror of synced 2025-11-08 12:57:47 +00:00

feat(typescript): build typescript incrementally

This commit is contained in:
Jason Dreyzehner
2020-09-01 21:51:46 -04:00
parent 3d670019dc
commit 4b22ba11b4
5 changed files with 60 additions and 57 deletions

View File

@@ -1,5 +1,6 @@
{
"compilerOptions": {
"incremental": true,
"target": "es2017",
"outDir": "build/main",
"rootDir": "src",