chore: add rootDir in tsconfig

This commit is contained in:
ayo 2026-05-08 14:44:20 +02:00
parent e6394f0825
commit dd32500253

View file

@ -2,7 +2,8 @@
"compilerOptions": {
"target": "ES2022",
"allowJs": true,
"outDir": "dist",
"outDir": "./dist",
"rootDir": "./src",
"declaration": true,
"emitDeclarationOnly": true
},