Files
AFFiNE-Mirror/packages/plugin-infra/tsconfig.json
Himself65 b79a63ce0a feat: isolated plugin system (#2742)
(cherry picked from commit f2ac2e5b84)
2023-06-15 01:09:51 +08:00

15 lines
227 B
JSON

{
"extends": "../../tsconfig.json",
"include": ["./src"],
"compilerOptions": {
"composite": true,
"noEmit": false,
"outDir": "lib"
},
"references": [
{
"path": "./tsconfig.node.json"
}
]
}