diff --git a/tsconfig.json b/tsconfig.json index a7acaa3..3288c16 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,8 +8,9 @@ "strict": true, "esModuleInterop": true, "skipLibCheck": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true, + "moduleResolution": "node" }, "$schema": "https://json.schemastore.org/tsconfig", "display": "Recommended" -} \ No newline at end of file +}