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 stash
|
||||||
git pull
|
git pull
|
||||||
npm i --omit=dev
|
npm i --omit=dev
|
||||||
tsc >/dev/null
|
live-tsc -s src -d out -f cjs
|
||||||
unset posel
|
unset posel
|
||||||
else
|
else
|
||||||
kod=$?
|
kod=$?
|
||||||
|
|||||||
@ -7,7 +7,6 @@
|
|||||||
"moduleResolution": "Node",
|
"moduleResolution": "Node",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"forceConsistentCasingInFileNames": true,
|
|
||||||
"allowSyntheticDefaultImports": true,
|
"allowSyntheticDefaultImports": true,
|
||||||
"removeComments": true,
|
"removeComments": true,
|
||||||
"esModuleInterop": true
|
"esModuleInterop": true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user