mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-03 04:12:57 +03:00
1ea445ab15
Co-authored-by: himself65 <himself65@outlook.com> Co-authored-by: Peng Xiao <pengxiao@outlook.com>
15 lines
297 B
JSON
15 lines
297 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"sourceMap": true,
|
|
"noEmit": false,
|
|
"outDir": "lib",
|
|
"composite": true
|
|
},
|
|
"include": ["./src"],
|
|
"exclude": ["node_modules"],
|
|
"references": [{ "path": "../env" }]
|
|
}
|