2
0
Files
cal/calcom/packages/emails/tsconfig.json
2024-08-09 00:39:27 +02:00

11 lines
195 B
JSON

{
"extends": "@calcom/tsconfig/react-library.json",
"include": [
"../../apps/web/next-env.d.ts",
"../types/*.d.ts",
"../types/next-auth.d.ts",
"**/*.ts",
"**/*.tsx"
]
}