From 28093c9a632f936fcdfc1a3c1159b6114678259a Mon Sep 17 00:00:00 2001 From: Kalidou Diagne Date: Fri, 5 Apr 2024 18:50:23 +0200 Subject: [PATCH] update tsconfig --- next.config.mjs | 1 - tsconfig.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 2adae32..1afe4df 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,7 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { output: 'export', // compatible with GitHub Pages - reactStrictMode: true, }; export default nextConfig; diff --git a/tsconfig.json b/tsconfig.json index e7ff90f..8487569 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "baseUrl": ".", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true,