mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-20 04:21:34 +03:00
1ea445ab15
Co-authored-by: himself65 <himself65@outlook.com> Co-authored-by: Peng Xiao <pengxiao@outlook.com>
11 lines
224 B
JSON
11 lines
224 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"composite": true,
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["./src", "env.d.ts", "./src/global.d.ts"],
|
|
"exclude": ["blocksuite", "lib"]
|
|
}
|