AFFiNE/packages/plugin-infra/tsconfig.json

18 lines
261 B
JSON
Raw Normal View History

2023-05-30 13:02:49 +03:00
{
"extends": "../../tsconfig.json",
"include": ["./src"],
"references": [
{
"path": "../component"
},
{
"path": "../workspace"
2023-05-30 13:02:49 +03:00
}
],
"compilerOptions": {
"noEmit": false,
"composite": true,
"outDir": "lib"
}
2023-05-30 13:02:49 +03:00
}