15 lines
293 B
JSON
15 lines
293 B
JSON
|
{
|
||
|
"extends": "@calcom/tsconfig/react-library.json",
|
||
|
"compilerOptions": {
|
||
|
"resolveJsonModule": true
|
||
|
},
|
||
|
"include": [
|
||
|
"../../apps/web/next-env.d.ts",
|
||
|
"../types/*.d.ts",
|
||
|
"../types/next-auth.d.ts",
|
||
|
"**/*.ts",
|
||
|
"**/*.tsx"
|
||
|
],
|
||
|
"exclude": ["dist", "build", "node_modules"]
|
||
|
}
|
||
|
|