13 lines
246 B
JSON
13 lines
246 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": [
|
|
"**/*.spec.ts",
|
|
"**/*.spec.tsx",
|
|
"**/*.stories.ts",
|
|
"**/*.stories.tsx",
|
|
"**/*.test.ts",
|
|
"**/*.test.tsx"
|
|
],
|
|
"include": ["src/**/*.d.ts", "src/**/*.ts", "src/**/*.tsx"]
|
|
}
|