mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
docs(editor): scaffolding docs generator (#10925)
This commit is contained in:
11
blocksuite/docs/tsconfig.json
Normal file
11
blocksuite/docs/tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "ES2024",
|
||||
"rootDir": ".",
|
||||
"outDir": "./dist",
|
||||
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
||||
},
|
||||
"include": ["./.vitepress"],
|
||||
"references": [{ "path": "../affine/all" }]
|
||||
}
|
||||
Reference in New Issue
Block a user