mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
11 lines
209 B
JSON
11 lines
209 B
JSON
{
|
|
"extends": "../../../../tsconfig.node.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"outDir": "lib",
|
|
"composite": true
|
|
},
|
|
"include": ["index.d.ts", "tests/**/*.mts"],
|
|
"references": []
|
|
}
|