14 lines
328 B
JSON
14 lines
328 B
JSON
|
{
|
||
|
"$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"]
|
||
|
}
|