cal/packages/lib/tsconfig.test.json

14 lines
328 B
JSON
Raw Normal View History

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