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

@@ -3,6 +3,7 @@
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"baseUrl": "./src",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},