storybook/lib/addons/tsconfig.json
2019-12-21 11:56:41 +01:00

14 lines
196 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": ["webpack-env"]
},
"include": [
"src/**/*"
],
"exclude": [
"src/**.test.ts"
]
}