AFFiNE/packages/plugin-infra/tsconfig.json

15 lines
227 B
JSON
Raw Normal View History

2023-05-30 13:02:49 +03:00
{
"extends": "../../tsconfig.json",
"include": ["./src"],
2023-06-07 17:47:02 +03:00
"compilerOptions": {
"composite": true,
"noEmit": false,
"outDir": "lib"
},
2023-05-30 13:02:49 +03:00
"references": [
{
2023-06-09 11:43:46 +03:00
"path": "./tsconfig.node.json"
2023-05-30 13:02:49 +03:00
}
2023-06-07 17:47:02 +03:00
]
2023-05-30 13:02:49 +03:00
}