1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-10-04 18:00:00 +01:00
elk/tsconfig.json

10 lines
174 B
JSON
Raw Normal View History

2022-11-13 05:34:43 +00:00
{
"extends": "./.nuxt/tsconfig.json",
2022-11-23 02:16:31 +00:00
"vueCompilerOptions": {
"plugins": [
"@vue-macros/volar/define-model",
"@vue-macros/volar/short-vmodel"
]
2022-11-13 05:34:43 +00:00
}
}