mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 10:01:05 +08:00
21 lines
319 B
JSON
21 lines
319 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"webpack-env",
|
|
"jest",
|
|
"node"
|
|
],
|
|
"typeRoots": [
|
|
"../../node_modules/@types",
|
|
"node_modules/@types"
|
|
],
|
|
"allowJs": true
|
|
},
|
|
"include": [
|
|
"**/*.test.ts",
|
|
"**/*.d.ts",
|
|
"setup-jest.ts"
|
|
]
|
|
}
|