5 lines
148 B
JSON
5 lines
148 B
JSON
{
|
|
"exclude": ["**/*.story.tsx", "**/*.test.ts*", "**/*.tmpl.ts", "dist", "node_modules", "src/utils/storybook"],
|
|
"extends": "./tsconfig.json"
|
|
}
|