cal/packages/lib/tsconfig.json

10 lines
220 B
JSON
Raw Normal View History

{
"extends": "@calcom/tsconfig/base.json",
2022-06-11 19:27:11 -03:00
"compilerOptions": {
"target": "es5",
"resolveJsonModule": true
2022-06-11 19:27:11 -03:00
},
"include": [".", "../types/next-auth.d.ts"],
"exclude": ["dist", "build", "node_modules"]
}