cal.pub0.org/packages/lib/tsconfig.json

9 lines
162 B
JSON

{
"extends": "@calcom/tsconfig/base.json",
"compilerOptions": {
"target": "es5"
},
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
}