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

9 lines
181 B
JSON

{
"extends": "@calcom/tsconfig/react-library.json",
"compilerOptions": {
"resolveJsonModule": true
},
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
}