fix: fix tsconfig build

This commit is contained in:
Дмитрий
2026-03-25 14:08:16 +03:00
parent 3b93ec934c
commit ce5d8cbd7b
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
"compilerOptions": {
"declaration": true,
"outDir": "./dist",
"rootDir": "./"
"rootDir": "./lib"
},
"include": ["lib/**/*"],
"exclude": ["node_module", "dist", "test"]