twenty/packages/twenty-ui/tsconfig.lib.json
2024-04-15 12:15:29 +02:00

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"]
}