* refactor: remove @calcom/features dependency to @calcom/web * refactor: remove IS_VISUAL_REGRESSION_TESTING from web * fix: wrong imports --------- Co-authored-by: Omar López <zomars@me.com>
11 lines
267 B
JSON
11 lines
267 B
JSON
{
|
|
"extends": "@calcom/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"jsx": "preserve",
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [".", "../types/next-auth.d.ts", "../types/window.d.ts"],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|