faster compile on server, yo yo yo
This commit is contained in:
parent
cf94a3e292
commit
943711f75d
2
start.sh
2
start.sh
@ -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=$?
|
||||
|
||||
@ -7,7 +7,6 @@
|
||||
"moduleResolution": "Node",
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"removeComments": true,
|
||||
"esModuleInterop": true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user