cal.pub0.org/packages/lib/tsconfig.json

11 lines
243 B
JSON

{
"extends": "@calcom/tsconfig/base.json",
"compilerOptions": {
"target": "es5",
"jsx": "preserve",
"resolveJsonModule": true
},
"include": [".", "../types/next-auth.d.ts"],
"exclude": ["dist", "build", "node_modules"]
}