build: Remove incremental TS build in package build

This commit is contained in:
Remko Tronçon 2022-05-05 20:29:50 +02:00
parent 5c99dbc176
commit 5c0e3186d9
2 changed files with 0 additions and 2 deletions

View file

@ -3,7 +3,6 @@
"outDir": "dist",
"noImplicitAny": true,
"strict": true,
"incremental": true,
"typeRoots": ["./src/web/types"],
"types": ["node"]
},

View file

@ -3,7 +3,6 @@
"outDir": "dist",
"noImplicitAny": true,
"strict": true,
"incremental": true,
"typeRoots": ["./src/web/types"],
"types": ["node"],
"declaration": true,