mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-21 17:51:38 +03:00
16 lines
360 B
JSON
16 lines
360 B
JSON
|
{
|
||
|
"extends": "../../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "lib",
|
||
|
"typeRoots": ["../../../node_modules", "../../../node_modules/@types"],
|
||
|
"types": ["affine__env"]
|
||
|
},
|
||
|
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.json"],
|
||
|
"exclude": ["node_modules"],
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "../../common/debug"
|
||
|
}
|
||
|
]
|
||
|
}
|