From ed7a5870ca1ebb7f997ca3e7e7e4fdbeca786c2e Mon Sep 17 00:00:00 2001 From: Geonhee Min Date: Thu, 13 Nov 2025 06:28:36 +0000 Subject: [PATCH] Update file tsconfig.json --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 53df809..a2bec16 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,10 +6,12 @@ "rootDir": "src", "strict": true, "esModuleInterop": true, + "module": "NodeNext", + "moduleResolution": "NodeNext", "resolveJsonModule": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, - "noEmit": true, + // "noEmit": true, "allowSyntheticDefaultImports": true, }, "include": ["src/**/*"],