mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:11:20 +08:00
13 lines
305 B
JSON
13 lines
305 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["node", "jest"],
|
|
"strict": false,
|
|
"skipLibCheck": true,
|
|
"strictNullChecks": false,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["templates/**/**", "**/*.test.*", "src/frameworks/**/*"]
|
|
}
|