mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
11 lines
215 B
JSON
11 lines
215 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true
|
|
},
|
|
"include": ["src/**/*", "src/**/*.vue", "template/**/*", "template/**/*.vue"],
|
|
"vueCompilerOptions": {
|
|
"target": 3
|
|
}
|
|
}
|