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/**/*"],