use non relative paths

This commit is contained in:
2025-01-24 01:04:30 +01:00
parent eb84e9b335
commit 23a8a6464d
11 changed files with 265 additions and 26 deletions

View File

@@ -9,7 +9,8 @@
"outDir": "dist",
"strict": true,
"strictNullChecks": true,
"target": "es5"
"target": "es5",
"baseUrl": "./src"
},
"include": ["src"]
}