This commit is contained in:
2025-09-18 11:08:49 -06:00
parent 12305887f8
commit f27ef4f341
5 changed files with 76 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
{
"compilerOptions": {
"module": "ESNext",
"target": "ES2022",
"moduleResolution": "Bundler",
"types": ["node", "vitest/globals"],
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"noEmit": true
},
"include": ["tests", "src"]
}