AFFiNE/plugins/vue-hello-world/tsconfig.json

15 lines
225 B
JSON
Raw Normal View History

2023-08-06 06:59:14 +03:00
{
"extends": "../../tsconfig.json",
"include": ["./src"],
"compilerOptions": {
"noEmit": false,
"outDir": "lib",
"jsx": "preserve"
},
"references": [
{
"path": "../../packages/sdk"
}
]
}