calcom/packages/embeds/embed-snippet/tsconfig.json
2022-03-31 09:45:47 +01:00

9 lines
185 B
JSON

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