cal/packages/atoms/tsconfig.json

13 lines
270 B
JSON
Raw Permalink Normal View History

2023-01-16 10:36:35 -03:00
{
"extends": "@calcom/tsconfig/react-library.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["/*"]
},
"resolveJsonModule": true
},
"include": [".", "../types/next-auth.d.ts"],
"exclude": ["dist", "build", "node_modules"]
}