* Add strict types * Make it array * Make api consistent and support calOrigin in floatingPopup and modal * Support calOrigin everywhere and fix branding config issue * Fix styles not being uniformly applied across components * Fix unused code
17 lines
385 B
JSON
17 lines
385 B
JSON
{
|
|
"extends": "@calcom/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ES2015",
|
|
"moduleResolution": "Node",
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"jsx": "preserve",
|
|
"paths": {
|
|
"@lib/*": ["../../../apps/web/lib/*"]
|
|
}
|
|
},
|
|
"include": ["src", "env.d.ts"],
|
|
"exclude": ["dist", "build", "node_modules", "test-cal.tsx"]
|
|
}
|