mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 05:23:40 +03:00
16 lines
248 B
JSON
16 lines
248 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["src"],
|
|
"references": [
|
|
{
|
|
"path": "../infra"
|
|
}
|
|
]
|
|
}
|