mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
6 lines
137 B
JSON
6 lines
137 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": ["node_modules", "_jest"],
|
|
"include": ["**/*.stories.tsx", "**/*.test.tsx", "**/*.d.ts"]
|
|
}
|