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