storybook/code/addons/a11y/tsconfig.json
2022-10-13 13:37:32 +02:00

9 lines
165 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": ["jest", "@testing-library/jest-dom"],
"strict": true
},
"include": ["src/**/*"]
}