diff --git a/tsconfig.json b/tsconfig.json index c649f2d..2b74be9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,8 @@ "extends": "@linzjs/style/tsconfig.base.json", "compilerOptions": { "lib": ["ES2020"], - "outDir": "build" + "outDir": "build", + "module": "ES2020", + "moduleResolution": "Node" } } \ No newline at end of file