storybook/code/renderers/vue3/tsconfig.json
Norbert de Langen 3ba9745476 wip
2024-07-03 13:21:00 +02:00

11 lines
215 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"allowJs": true
},
"include": ["src/**/*", "src/**/*.vue", "template/**/*", "template/**/*.vue"],
"vueCompilerOptions": {
"target": 3
}
}