AFFiNE/plugins/vue-hello-world/tsconfig.json
2023-08-05 23:59:14 -04:00

15 lines
225 B
JSON

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