build: set rootDir to current directory in tsconfig

This commit is contained in:
hypercross 2026-04-19 17:21:32 +08:00
parent 25b44fd6d1
commit 43bb246ab9
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
"declarationMap": true,
"outDir": "./dist",
"rootDir": ".",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],