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