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

17 lines
381 B
JSON
Raw Normal View History

2022-03-31 08:45:47 +00:00
{
"extends": "@calcom/tsconfig/base.json",
"compilerOptions": {
"target": "ES2015",
2022-03-31 08:45:47 +00:00
"baseUrl": ".",
"module": "ESNext",
"declaration": true,
"outDir": "dist",
"paths": {
"@calcom/embed-core": ["../embed-core/src"],
"@calcom/embed-react": ["../embed-react/src"]
}
2022-03-31 08:45:47 +00:00
},
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
}