cal.pub0.org/tsconfig.json

21 lines
417 B
JSON

{
"extends": "@calcom/tsconfig/nextjs.json",
"compilerOptions": {
"strict": true,
"baseUrl": ".",
"paths": {
"@api/*": ["pages/api/*"],
"@lib/*": ["lib/*"],
"@/*": ["*"]
}
},
"include": [
"next-env.d.ts",
"../../packages/types/*.d.ts",
"../../packages/types/next-auth.d.ts",
"**/*.ts",
"**/*.tsx"
],
"exclude": ["node_modules", "templates", "auth"]
}