chore: initialize workspace structure

This commit is contained in:
2026-03-28 16:30:43 +08:00
commit 50f41a6e22
15 changed files with 103 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"noEmit": true,
"types": ["vitest/globals"]
}
}