Skip to content

Commit 8908434

Browse files
authored
Merge pull request #8 from orta/update_tsconfig
Adds moduleResolution to the example tsconfig
2 parents 2ee57d4 + 4316d9f commit 8908434

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)