cal.pub0.org/packages/embeds/embed-react/tsconfig.json

16 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"]
}