* 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
13 lines
308 B
JSON
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"
|
|
}
|
|
}
|