build: add incremental build

This commit is contained in:
Karl-Philipp Wulfert
2019-04-02 13:49:59 +02:00
parent 1090d9361b
commit 277118b6e8
3 changed files with 3 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
!.npmignore
!docs
!lib
lib/tsconfig.tsbuildinfo
!LICENSE
!package.json
!package-lock.json

View File

@@ -4,6 +4,7 @@
# Except these files/folders
!docs
!lib
lib/tsconfig.tsbuildinfo
!LICENSE
!package.json
!package-lock.json

View File

@@ -5,6 +5,7 @@
"declaration": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"incremental": true,
"inlineSourceMap": true,
"module": "CommonJS",
"moduleResolution": "node",