Bump
Some checks failed
Check / build (pull_request) Failing after 1m43s

This commit is contained in:
Andras Schmelczer 2026-05-31 21:01:08 +01:00
parent 171045ad66
commit 464b82b8c5
11 changed files with 1071 additions and 1225 deletions

View file

@ -7,7 +7,9 @@
"moduleResolution": "bundler",
"declaration": true,
"declarationDir": "./dist/types",
"rootDir": "./src",
"skipLibCheck": true,
"inlineSourceMap": true
}
},
"exclude": ["src/**/*.test.ts"]
}