calcom/packages/embeds/embed-react/tsconfig.json
sean-brydon 6d5db1cb3a
Feat/impersonate users (#2503)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2022-04-26 14:18:17 +05:30

15 lines
347 B
JSON

{
"extends": "@calcom/tsconfig/base.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Node",
"baseUrl": ".",
"declaration": true,
"jsx": "preserve",
"paths": {
"@lib/*": ["../../../apps/web/lib/*"]
}
},
"include": ["."],
"exclude": ["dist", "build", "node_modules", "test-cal.tsx"]
}