diff --git a/tsconfig.json b/tsconfig.json index b8e100e..5630f3e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,6 @@ "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "esModuleInterop": true, - "moduleResolution": "node" + "moduleResolution": "nodenext" } }