tsc fixes

This commit is contained in:
zomars 2022-06-05 16:35:39 -06:00
parent 4efc2914af
commit 4652878e6c
3 changed files with 2986 additions and 81 deletions

View File

@ -39,7 +39,6 @@
"postcss": "^8.4.13",
"vite": "^2.9.9",
"tailwindcss": "^3.0.24",
"tsc": "^2.0.4",
"typescript": "^4.6.4"
},
"dependencies": {}

View File

@ -4,7 +4,6 @@
"description": "Embed Cal Link as a React Component",
"scripts": {
"dev": "vite --port=3101 --open",
"tsc": "tsc",
"build": "vite build && tsc --emitDeclarationOnly --declarationDir dist",
"preview": "vite preview",
"prepare": "NEXT_PUBLIC_EMBED_LIB_URL='https://app.cal.com/embed/embed.js' NEXT_PUBLIC_WEBAPP_URL='https://app.cal.com' yarn build",

3065
yarn.lock

File diff suppressed because it is too large Load Diff