mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:31:19 +08:00
14 lines
250 B
JSON
14 lines
250 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"vueCompilerOptions": {
|
|
"target": 2
|
|
},
|
|
"include": ["src/**/*", "src/**/*.vue"],
|
|
"exclude": []
|
|
}
|