diff --git a/tsconfig.json b/tsconfig.json index f2a9591..32022a2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,5 +3,7 @@ "compilerOptions": { "outDir": "./prod", "rootDir": "./src", + "moduleResolution": "nodenext", + "module": "NodeNext" } }