From 9a56edaf8c75b3137ec06ff372eae1ad4ad1d952 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Mon, 1 May 2023 18:21:02 +0200 Subject: [PATCH] chore: add module resolution for the website --- apps/website/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/website/tsconfig.json b/apps/website/tsconfig.json index 0e3d04f47..bdb719c5f 100644 --- a/apps/website/tsconfig.json +++ b/apps/website/tsconfig.json @@ -18,7 +18,8 @@ "paths": { "~/*": ["./src/*"] }, - "strictNullChecks": true + "strictNullChecks": true, + "moduleResolution": "node" }, "include": ["src/**/*.ts", "src/**/*.tsx", "next-env.d.ts", "types.d.ts", ".next/types/**/*.ts"], "exclude": ["node_modules"]