build: improve tsc recompilation times

This commit is contained in:
Mikhail Zolotukhin 2021-10-04 02:36:57 +03:00
parent 04f11f98c3
commit 18b988887a
2 changed files with 2 additions and 6 deletions

6
.gitignore vendored
View File

@ -5,10 +5,6 @@
/build/
/node_modules/
/TODO.md
/krohnkite.js
/package-lock.json
/*.qml
*.kwinscript
*.bak
tsconfig.tsbuildinfo

View File

@ -10,7 +10,7 @@ set -e
mkdir -p "${npm_package_config_build_dir:=build}/script/contents/code"
echo "Checking using TS Compiler..."
npx tsc --noEmit
npx tsc --noEmit --incremental
echo "Bundling using esbuild..."
npx esbuild \