Added the rootDir in the tsconfig.json

This commit is contained in:
Mathias Wagner 2023-09-09 13:33:24 +02:00
parent 5ea0324415
commit e55fca06e7
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -3,6 +3,7 @@
"target": "es2016",
"module": "commonjs",
"baseUrl": "src",
"rootDir": "src",
"outDir": "dist",
"paths": {
"@utils/*": ["utils/*"],