Files
calendar/packages/trpc/tsconfig.json
T
Lauris SkraucisandGitHub 23eb77b8ac fix: re-booked booking metadata (#16074)
* fix: rescheduled booking metadata is overwritten by original booking metadata

* chore: bump v2 platform libraries to 0.0.23

* tests: re-scheduled booking metadata update
2024-08-06 11:15:32 +02:00

13 lines
308 B
JSON

{
"extends": "@calcom/tsconfig/react-library.json",
"include": ["client", "next", "react", "server"],
"compilerOptions": {
"isolatedModules": false,
"noEmit": false,
"declaration": true,
"emitDeclarationOnly": true,
"declarationMap": false,
"outFile": "types/router.d.ts"
}
}