2
0
Files

11 lines
195 B
JSON
Raw Permalink Normal View History

2024-08-09 00:39:27 +02:00
{
"extends": "@calcom/tsconfig/react-library.json",
"include": [
"../../apps/web/next-env.d.ts",
"../types/*.d.ts",
"../types/next-auth.d.ts",
"**/*.ts",
"**/*.tsx"
]
}