cal/apps/swagger/tsconfig.json

18 lines
323 B
JSON
Raw Permalink Normal View History

{
2022-07-12 18:07:50 -03:00
"extends": "@calcom/tsconfig/nextjs.json",
"compilerOptions": {
2022-04-19 05:50:40 -03:00
"baseUrl": ".",
"paths": {
"@lib/*": ["lib/*"]
}
},
2022-07-12 18:07:50 -03:00
"include": [
"next-env.d.ts",
"../../packages/types/*.d.ts",
"../../packages/types/next-auth.d.ts",
"**/*.ts",
"**/*.tsx"
],
"exclude": ["node_modules"]
}