mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
Co-authored-by: himself65 <himself65@outlook.com> Co-authored-by: Peng Xiao <pengxiao@outlook.com>
12 lines
270 B
JSON
12 lines
270 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib/blocksuite",
|
|
"target": "ESNext"
|
|
},
|
|
"include": ["./blocksuite/*.ts", "src/types.d.ts", "env.d.ts"],
|
|
"references": [{ "path": "../debug" }]
|
|
}
|