storybook/lib/client-api/tsconfig.json
Norbert de Langen bcf18cc95c FIX types
2019-07-02 02:09:43 +02:00

10 lines
182 B
JSON

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