storybook/code/renderers/vue/tsconfig.json
2022-10-24 16:14:58 +02:00

14 lines
250 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"strict": true,
"skipLibCheck": true,
"resolveJsonModule": true
},
"vueCompilerOptions": {
"target": 2
},
"include": ["src/**/*", "src/**/*.vue"],
"exclude": []
}