Updated the tsconfig.json

This commit is contained in:
Mathias Wagner 2023-07-31 16:32:44 +02:00
parent 506c0d56b5
commit 6de75306e1
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

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