5 lines
118 B
JSON
5 lines
118 B
JSON
{
|
|
"exclude": ["dist", "node_modules", "tests", "**/*.test.ts*", "**/*.story.tsx"],
|
|
"extends": "./tsconfig.json"
|
|
}
|