From c3b271bc7041d59fea4e23f9bed746ddb5b2af51 Mon Sep 17 00:00:00 2001 From: tamayika Date: Thu, 23 Mar 2023 20:25:18 +0900 Subject: [PATCH] change moduleResolution to node16 --- website/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/website/tsconfig.json b/website/tsconfig.json index 89f8e6a8..c89ec757 100644 --- a/website/tsconfig.json +++ b/website/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "target": "esnext", "module": "commonjs", + "moduleResolution": "node16", "strict": true, "outDir": "dist", "skipLibCheck": true,