AFFiNE/packages/plugin-infra/tsconfig.json

10 lines
135 B
JSON
Raw Normal View History

2023-05-30 13:02:49 +03:00
{
"extends": "../../tsconfig.json",
"include": ["./src"],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}