2022-03-18 13:42:42 +00:00
|
|
|
{
|
2022-04-22 01:36:33 +00:00
|
|
|
"extends": "@calcom/tsconfig/nextjs.json",
|
2022-03-23 21:22:57 +00:00
|
|
|
"compilerOptions": {
|
2022-05-20 18:48:30 +00:00
|
|
|
"strict": true,
|
2022-03-24 23:04:07 +00:00
|
|
|
"baseUrl": ".",
|
2022-03-24 23:43:35 +00:00
|
|
|
"paths": {
|
2022-03-30 12:17:55 +00:00
|
|
|
"@api/*": ["pages/api/*"],
|
|
|
|
"@lib/*": ["lib/*"],
|
|
|
|
"@/*": ["*"]
|
|
|
|
}
|
2022-03-23 21:22:57 +00:00
|
|
|
},
|
2022-08-03 17:49:45 +00:00
|
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "../../packages/types/next-auth.d.ts"],
|
2022-05-10 17:52:59 +00:00
|
|
|
"exclude": ["node_modules", "templates", "auth"]
|
2022-03-18 13:42:42 +00:00
|
|
|
}
|