chore: scaffold tsup, biome, vitest, deps

This commit is contained in:
smartass
2026-06-11 23:02:08 +05:00
parent cf52ac9420
commit 80ba44f1ce
9 changed files with 6598 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"types": ["node"]
},
"include": ["src", "test"]
}