Initial commit
ci/woodpecker/push/ci Pipeline failed

This commit is contained in:
2026-08-05 01:09:30 -03:00
commit f13fd6d96b
16 changed files with 3657 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "ES2024",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"declaration": true,
"verbatimModuleSyntax": true,
"skipLibCheck": true,
"ignoreDeprecations": "6.0"
},
"include": ["src", "test", "tsup.config.ts", "vitest.config.ts"]
}