Build fixes

pull/9078/head
zomars 2022-08-03 11:49:45 -06:00
parent 0f13e80785
commit 915610763e
3 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@ const withTM = require("next-transpile-modules")([
"@calcom/features", "@calcom/features",
"@calcom/lib", "@calcom/lib",
"@calcom/prisma", "@calcom/prisma",
"@calcom/trpc",
"@calcom/ui", "@calcom/ui",
]); ]);
const { withAxiom } = require("next-axiom"); const { withAxiom } = require("next-axiom");

View File

@ -27,6 +27,7 @@
"dependencies": { "dependencies": {
"@calcom/app-store-cli": "*", "@calcom/app-store-cli": "*",
"@calcom/prisma": "*", "@calcom/prisma": "*",
"@calcom/trpc": "*",
"@sentry/nextjs": "^6.19.7", "@sentry/nextjs": "^6.19.7",
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"memory-cache": "^0.2.0", "memory-cache": "^0.2.0",

View File

@ -9,6 +9,6 @@
"@/*": ["*"] "@/*": ["*"]
} }
}, },
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "../../packages/types/next-auth.d.ts"],
"exclude": ["node_modules", "templates", "auth"] "exclude": ["node_modules", "templates", "auth"]
} }