Fix noEmit flag in server tsconfig.json

This commit is contained in:
Image Updater
2024-10-21 22:14:01 +02:00
parent 3e479b83d0
commit 0a9a992192

View File

@@ -6,7 +6,7 @@
"rootDir": ".",
"strict": true,
"esModuleInterop": true,
"noEmit": true,
"noEmit": false,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]