initial commit
All checks were successful
Tests / tests (push) Successful in 3m51s

This commit is contained in:
2025-05-27 16:22:44 +02:00
commit 604b83b51a
40 changed files with 9535 additions and 0 deletions

11
tsconfig.vitest.json Normal file
View File

@@ -0,0 +1,11 @@
{
"extends": "./tsconfig.app.json",
"include": ["src/**/__tests__/*", "env.d.ts"],
"exclude": [],
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.vitest.tsbuildinfo",
"lib": [],
"types": ["node", "jsdom"]
}
}