AFFiNE/packages/plugins/hello-world/tsconfig.json
2023-10-18 15:30:08 +00:00

18 lines
280 B
JSON

{
"extends": "../../../tsconfig.json",
"include": ["./src"],
"compilerOptions": {
"noEmit": false,
"outDir": "lib",
"jsx": "preserve"
},
"references": [
{
"path": "../../common/sdk"
},
{
"path": "../../frontend/component"
}
]
}