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

14 lines
309 B
JSON
Raw Normal View History

2022-03-31 08:45:47 +00:00
{
"extends": "@calcom/tsconfig/base.json",
"compilerOptions": {
"module": "esnext",
"paths": {
"@lib/*": ["../../../apps/web/lib/*"]
},
2022-03-31 08:45:47 +00:00
"moduleResolution": "Node",
"baseUrl": "."
},
"include": ["src", "env.d.ts", "index.ts"],
2022-03-31 08:45:47 +00:00
"exclude": ["dist", "build", "node_modules"]
}