2022-03-31 08:45:47 +00:00
|
|
|
{
|
|
|
|
"extends": "@calcom/tsconfig/base.json",
|
|
|
|
"compilerOptions": {
|
2022-04-04 15:44:04 +00:00
|
|
|
"module": "esnext",
|
2022-04-25 04:33:00 +00:00
|
|
|
"paths": {
|
|
|
|
"@lib/*": ["../../../apps/web/lib/*"]
|
|
|
|
},
|
2022-03-31 08:45:47 +00:00
|
|
|
"moduleResolution": "Node",
|
|
|
|
"baseUrl": "."
|
|
|
|
},
|
2022-05-27 15:37:02 +00:00
|
|
|
"include": ["src", "env.d.ts", "index.ts"],
|
2022-03-31 08:45:47 +00:00
|
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
|
|
}
|