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