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

9 lines
189 B
JSON

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