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