chore: scaffold devflow workspace
This commit is contained in:
9
tsconfig.json
Normal file
9
tsconfig.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"types": ["node", "vitest"]
|
||||
},
|
||||
"include": ["vitest.workspace.ts", "tests/**/*.ts"],
|
||||
"references": []
|
||||
}
|
||||
Reference in New Issue
Block a user