cal/packages/tsconfig/package.json
Omar López accf845f0e
Allows tree shaking unused modules (#3752)
* Allows tree shaking unused modules

* don't tree shake embed-core side effects

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-08-11 10:36:30 -06:00

16 lines
258 B
JSON

{
"name": "@calcom/tsconfig",
"sideEffects": false,
"version": "0.0.0",
"private": true,
"main": "index.js",
"files": [
"base.json",
"nextjs.json",
"react-library.json"
],
"devDependencies": {
"tsconfig-paths": "^4.0.0"
}
}