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