9 lines
198 B
JSON
9 lines
198 B
JSON
|
{
|
||
|
"extends": "@calcom/tsconfig/react-library.json",
|
||
|
"include": [".", "@calcom/types"],
|
||
|
"exclude": ["dist", "build", "node_modules"],
|
||
|
"compilerOptions": {
|
||
|
"resolveJsonModule": true
|
||
|
}
|
||
|
}
|