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-03-31 08:45:47 +00:00
|
|
|
"moduleResolution": "Node",
|
|
|
|
"baseUrl": "."
|
|
|
|
},
|
|
|
|
"include": ["."],
|
|
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
|
|
}
|