cal/packages/debugging/tsconfig.json

15 lines
301 B
JSON
Raw Permalink Normal View History

{
2023-08-14 21:42:10 -03:00
"extends": "@calcom/tsconfig/react-library.json",
"compilerOptions": {
"resolveJsonModule": true
},
"include": [
"../../apps/web/next-env.d.ts",
"../types/*.d.ts",
"../types/next-auth.d.ts",
"**/*.ts",
"**/*.tsx"
],
"exclude": ["dist", "build", "node_modules"]
}