|
{
|
|
"extends": "@calcom/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"paths": {
|
|
"@lib/*": ["../../../apps/web/lib/*"]
|
|
},
|
|
"moduleResolution": "Node",
|
|
"baseUrl": "."
|
|
},
|
|
"include": ["src", "env.d.ts", "index.ts"],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|