mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
18 lines
329 B
JSON
18 lines
329 B
JSON
{
|
|
"extends": "../../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"outDir": "lib",
|
|
"moduleResolution": "Bundler",
|
|
"types": ["affine__env"],
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../../core" },
|
|
{
|
|
"path": "../../electron-api"
|
|
}
|
|
]
|
|
}
|