config: fix imports not working correctly

this patch moves the rootDir of the typescript project up a directory
this moves all content in the dist directory inside the new src directory

I couldn't find other way
This commit is contained in:
Wroclaw 2023-09-21 20:43:43 +02:00
parent 46bb5c867d
commit 18646b9dc6
4 changed files with 15 additions and 7 deletions

View file

@ -7,7 +7,7 @@
"module": "CommonJS",
"sourceMap": true,
"outDir": "./dist/",
"rootDir": "./src/",
"rootDir": "./",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,