diff --git a/docs/getting-started.md b/docs/getting-started.md index 37ab0cae..e39e8286 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -27,6 +27,7 @@ Basic recommended configuration: "compilerOptions": { "target": "esnext", "lib": ["esnext"], + "moduleResolution": "node", "types": [], "strict": true },