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