Remove hacky code related to changing CWD

This commit is contained in:
2023-07-06 14:38:30 +02:00
parent 97395686b0
commit 90ca620044
3 changed files with 2 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
"target": "esnext",
"module": "commonjs",
"rootDir": "./",
"outDir": "./dist",
"noEmit": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,