storybook/addons/cssresources/tsconfig.json
2020-11-02 23:29:12 +01:00

14 lines
237 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": ["webpack-env", "jest", "@testing-library/jest-dom"]
},
"include": [
"src/**/*"
],
"exclude": [
"src/__tests__/**/*"
]
}