mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
14 lines
299 B
JSON
14 lines
299 B
JSON
{
|
|
"extends": "../../../tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../../../tools/cli" },
|
|
{ "path": "../../../tools/utils" }
|
|
]
|
|
}
|