mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-04 09:02:28 +03:00
11 lines
178 B
JSON
11 lines
178 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"include": ["./src"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib"
|
|
},
|
|
"references": []
|
|
}
|