Skip to content

Commit 52169c2

Browse files
authored
docs: add a note about moduleResolution (#14)
1 parent f62564f commit 52169c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ npm install -D lua-types
2121

2222
2. Modify your `tsconfig.json`
2323

24-
```json
24+
```diff
2525
{
2626
"compilerOptions": {
27-
"types": ["lua-types/version"]
27+
+ "moduleResolution": "node"
28+
+ "types": ["lua-types/version"]
2829
}
2930
}
3031
```

0 commit comments

Comments
 (0)