Fix alias compilation for build in server

This commit is contained in:
Hakan Shehu
2024-10-26 17:13:27 +02:00
parent f860e74fbe
commit 9d17a40256
4 changed files with 293 additions and 19 deletions

View File

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