From 943711f75d9ea25ae71c00444844276e69b18265 Mon Sep 17 00:00:00 2001 From: Histmy <59661489+Histmy@users.noreply.github.com> Date: Sun, 27 Aug 2023 16:50:14 +0200 Subject: [PATCH] faster compile on server, yo yo yo --- start.sh | 2 +- tsconfig.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/start.sh b/start.sh index 289c0d4..cce1f86 100644 --- a/start.sh +++ b/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=$? diff --git a/tsconfig.json b/tsconfig.json index 49af3d6..0d07a60 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,6 @@ "moduleResolution": "Node", "strict": true, "skipLibCheck": true, - "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true, "removeComments": true, "esModuleInterop": true