mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-04 05:32:38 +03:00
56b7c84116
Part of #4766
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"]
|
|
}
|