2022-03-31 08:45:47 +00:00
|
|
|
{
|
|
|
|
"extends": "@calcom/tsconfig/base.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
2022-05-27 15:37:02 +00:00
|
|
|
"module": "esnext",
|
|
|
|
"declaration": true
|
2022-03-31 08:45:47 +00:00
|
|
|
},
|
|
|
|
"include": ["."],
|
|
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
|
|
}
|