Skip to content

Commit 4316d9f

Browse files
committed
Adds moduleResolution to the example tsconfig
1 parent 2ee57d4 commit 4316d9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Basic recommended configuration:
2727
"compilerOptions": {
2828
"target": "esnext",
2929
"lib": ["esnext"],
30+
"moduleResolution": "node",
3031
"types": [],
3132
"strict": true
3233
},

0 commit comments

Comments
 (0)