2022-02-16 20:45:46 +00:00
|
|
|
{
|
|
|
|
"extends": "@calcom/tsconfig/base.json",
|
2022-02-21 23:14:46 +00:00
|
|
|
"include": [".", "@calcom/types"],
|
2022-02-22 18:12:51 +00:00
|
|
|
"exclude": ["dist", "build", "node_modules"],
|
|
|
|
"compilerOptions": {
|
|
|
|
"resolveJsonModule": true
|
|
|
|
}
|
2022-02-16 20:45:46 +00:00
|
|
|
}
|