mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-15 16:42:13 +03:00
10 lines
155 B
JSON
10 lines
155 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"include": ["./src"],
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"noEmit": false,
|
||
|
"outDir": "lib"
|
||
|
}
|
||
|
}
|