cal.pub0.org/tsconfig.json

16 lines
347 B
JSON

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