10 lines
185 B
JSON
10 lines
185 B
JSON
|
{
|
||
|
"extends": "@calcom/tsconfig/base.json",
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"module": "esnext"
|
||
|
},
|
||
|
"include": ["."],
|
||
|
"exclude": ["dist", "build", "node_modules"]
|
||
|
}
|