mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 03:26:31 +03:00
1ea445ab15
Co-authored-by: himself65 <himself65@outlook.com> Co-authored-by: Peng Xiao <pengxiao@outlook.com>
12 lines
246 B
JSON
12 lines
246 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["./src"],
|
|
"exclude": ["src/resources"],
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"composite": true,
|
|
"outDir": "lib"
|
|
},
|
|
"references": [{ "path": "./tsconfig.resources.json" }]
|
|
}
|