chore: scaffold devflow workspace

This commit is contained in:
chungyeong
2026-05-09 22:22:13 +09:00
commit 6bd4c9382a
14 changed files with 4336 additions and 0 deletions

9
tsconfig.json Normal file
View File

@@ -0,0 +1,9 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"noEmit": true,
"types": ["node", "vitest"]
},
"include": ["vitest.workspace.ts", "tests/**/*.ts"],
"references": []
}