twenty/packages/twenty-front/tsconfig.build.json
Félix Malfait d29dbd473b
Upgrade SWC Core and Storybook to v8 (#13799)
This is is a blocker for various sub-migrations
2025-08-11 12:02:33 +02:00

24 lines
420 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["node"],
"baseUrl": "."
},
"exclude": [
"**/__mocks__/**/*",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.stories.ts",
"**/*.stories.tsx",
"**/*.test.ts",
"**/*.test.tsx",
"src/testing/**/*"
],
"include": [
"src/**/*.js",
"src/**/*.jsx",
"src/**/*.d.ts",
"src/**/*.ts",
"src/**/*.tsx"
]
}