Prevent flatMap type errors in @calcom/core

This commit is contained in:
zomars 2022-06-08 12:04:42 -06:00
parent abe5d53fc1
commit 205c774ca3

View File

@ -1,7 +1,9 @@
{
"extends": "@calcom/tsconfig/base.json",
"compilerOptions": {
"baseUrl": "."
"baseUrl": ".",
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"]
},
"include": [".", "../types/*.d.ts"],
"exclude": ["dist", "build", "node_modules"]