From 4316d9f6deb9beb29dc4e40c952bf9036b8c41c5 Mon Sep 17 00:00:00 2001 From: Orta Therox Date: Mon, 27 Apr 2020 17:14:53 -0400 Subject: [PATCH] Adds moduleResolution to the example tsconfig --- docs/getting-started.md | 1 + 1 file changed, 1 insertion(+) 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 },