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/lib",
"@calcom/prisma",
"@calcom/trpc",
"@calcom/ui",
]);
const { withAxiom } = require("next-axiom");

View File

@ -27,6 +27,7 @@
"dependencies": {
"@calcom/app-store-cli": "*",
"@calcom/prisma": "*",
"@calcom/trpc": "*",
"@sentry/nextjs": "^6.19.7",
"bcryptjs": "^2.4.3",
"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"]
}