debugging
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2026-02-27 21:25:48 +01:00
parent 6987509187
commit 77bd61ecec
2 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"declaration": true,
"outDir": "dist",
@@ -8,7 +7,8 @@
"target": "ES2020",
"moduleResolution": "Node",
"esModuleInterop": true,
"strict": true
"strict": true,
"skipLibCheck": true
},
"include": ["src"]
}