Fix tsconfig
All checks were successful
/ publish (push) Successful in 8s

This commit is contained in:
2026-04-29 18:26:11 +02:00
parent fa0ca33e0c
commit 806b0f07e7

View File

@@ -1,13 +1,10 @@
{ {
"compilerOptions": { "compilerOptions": {
"rootDir": "./src/",
"target": "ESNext", "target": "ESNext",
"module": "ESNext", "module": "ESNext",
"moduleResolution": "Bundler", "moduleResolution": "bundler",
"strict": true, "outDir": "./dist/",
"declaration": true, "declaration": true
"outDir": "./dist/" }
},
"include": [
"./src/"
]
} }