From d310f79f3bc95d3bb93ca192eeb87423d8ae8bdb Mon Sep 17 00:00:00 2001 From: ken7253 Date: Fri, 17 May 2024 14:40:33 +0900 Subject: [PATCH] =?UTF-8?q?tsconfig=E3=81=AE=E8=A8=AD=E5=AE=9A=E3=83=9F?= =?UTF-8?q?=E3=82=B9=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index b0d775d..c2eeaba 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,9 @@ { "include": ["./**/*.ts"], "compilerOptions": { - "lib": ["ESNext"], - "module": "ESNext", - "moduleResolution": "nodenext", + "lib": ["ESNext", "DOM"], + "module": "NodeNext", + "moduleResolution": "NodeNext", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true,