storybook/addons/docs/tsconfig.json
2019-06-17 18:06:38 +08:00

10 lines
180 B
JSON

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