faster compile on server, yo yo yo

This commit is contained in:
Histmy 2023-08-27 16:50:14 +02:00
parent cf94a3e292
commit 943711f75d
Signed by untrusted user who does not match committer: Histmy
GPG Key ID: AC2E43C463D8F329
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ while true; do
git stash
git pull
npm i --omit=dev
tsc >/dev/null
live-tsc -s src -d out -f cjs
unset posel
else
kod=$?

View File

@ -7,7 +7,6 @@
"moduleResolution": "Node",
"strict": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"removeComments": true,
"esModuleInterop": true