mirror of
https://github.com/remko/waforth
synced 2024-11-16 07:47:30 +01:00
build: Remove incremental
TS build in package build
This commit is contained in:
parent
5c99dbc176
commit
5c0e3186d9
2 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
"outDir": "dist",
|
||||
"noImplicitAny": true,
|
||||
"strict": true,
|
||||
"incremental": true,
|
||||
"typeRoots": ["./src/web/types"],
|
||||
"types": ["node"]
|
||||
},
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
"outDir": "dist",
|
||||
"noImplicitAny": true,
|
||||
"strict": true,
|
||||
"incremental": true,
|
||||
"typeRoots": ["./src/web/types"],
|
||||
"types": ["node"],
|
||||
"declaration": true,
|
||||
|
|
Loading…
Reference in a new issue