cal.pub0.org/packages/emails/tsconfig.json

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