mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 00:28:33 +00:00
12 lines
263 B
JSON
12 lines
263 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ES2024",
|
|
"rootDir": ".",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./.vitepress"],
|
|
"references": [{ "path": "../affine/all" }]
|
|
}
|