2022-02-15 20:30:52 +00:00
|
|
|
{
|
|
|
|
"extends": "@calcom/tsconfig/base.json",
|
2022-06-11 22:27:11 +00:00
|
|
|
"compilerOptions": {
|
2023-01-02 14:54:35 +00:00
|
|
|
"target": "es5",
|
2023-03-10 22:10:56 +00:00
|
|
|
"jsx": "preserve",
|
2023-01-02 14:54:35 +00:00
|
|
|
"resolveJsonModule": true
|
2022-06-11 22:27:11 +00:00
|
|
|
},
|
2022-07-22 17:27:06 +00:00
|
|
|
"include": [".", "../types/next-auth.d.ts"],
|
2022-02-15 20:30:52 +00:00
|
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
|
|
}
|