mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 13:15:51 +08:00
feat(admin): init project (#7197)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.json",
|
||||
"include": ["./src"],
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"allowJs": true,
|
||||
"composite": true,
|
||||
"verbatimModuleSyntax": false,
|
||||
"jsx": "react-jsx"
|
||||
},
|
||||
"references": [{ "path": "../core" }, { "path": "../graphql" }],
|
||||
"exclude": ["dist"]
|
||||
}
|
||||
Reference in New Issue
Block a user