1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-10-03 01:09:57 +01:00
elk/tsconfig.json
2022-11-23 11:06:56 +08:00

10 lines
174 B
JSON

{
"extends": "./.nuxt/tsconfig.json",
"vueCompilerOptions": {
"plugins": [
"@vue-macros/volar/define-model",
"@vue-macros/volar/short-vmodel"
]
}
}