cal.pub0.org/packages/embeds/embed-snippet/tsconfig.json

10 lines
185 B
JSON
Raw Normal View History

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