fix: first workspace create logic (#1773)

This commit is contained in:
Peng Xiao
2023-03-31 12:40:30 -05:00
committed by GitHub
parent fd65dd66a1
commit 7299efe16a
20 changed files with 158 additions and 87 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"sourceMap": true
},
"include": ["./src"],
"exclude": ["node_modules"]
}