Skip to content

Commit 1dcf5da

Browse files
committed
CHANGELOG.md 1.18.0
1 parent 6c0f8e4 commit 1dcf5da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.18.0
4+
5+
- Upgraded TypeScript to 5.2.2
6+
- The `noResolvePaths` option now accepts glob paths (for example, 'mydir/hello\*' to not resolve any files in mydir starting with hello).
7+
- This also allows disabling module resolution completely by providing a '\*\*' pattern in your tsconfig.json `noResolvePaths`.
8+
39
## 1.17.0
410

511
- Added the `moduleResolution` plugin, allowing you to provide custom module resolution logic. See [the docs](https://typescripttolua.github.io/docs/api/plugins#moduleresolution) for more info.

0 commit comments

Comments
 (0)