chore: add rootDir to config package tsconfig

This commit is contained in:
ayo 2026-06-04 09:20:17 +02:00
parent 903c01c005
commit 8a0e463fb2

View file

@ -5,6 +5,7 @@
"allowJs": true, "allowJs": true,
"emitDeclarationOnly": false, "emitDeclarationOnly": false,
"declarationDir": "./dist", "declarationDir": "./dist",
"outDir": "./dist" "outDir": "./dist",
"rootDir": "./src"
} }
} }