fix build
Some checks failed
Publish documentation / docs (push) Failing after 2s
Check Semantic Commit / Validate PR Title (pull_request) Failing after 2s
Test / Test (22.12.x) (pull_request) Has been cancelled

This commit is contained in:
2025-12-12 14:54:10 +01:00
parent 6f0968cdce
commit 75309d0945
4 changed files with 17 additions and 8 deletions

View File

@@ -1,9 +1,10 @@
{
"extends": "../../tsconfig.esm.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"target":"ESNext",
"outDir": ".",
"moduleResolution": "bundler"
},
"include": [
".",