# ChangeLog: v1.3.82

* [CHANGELOG.md](https://github.com/swc-project/swc/blob/fd1c0cfdaef703094908f5848cb55a7b7b2332e2/CHANGELOG.md#1382---2023-09-01)
    
* [Full ChangeLog](https://github.com/swc-project/swc/milestone/439?closed=1)
    

---

# Fix for `jsc.paths`

* [https://github.com/swc-project/swc/pull/7901](https://github.com/swc-project/swc/pull/7901)
    

SWC now uses fully specified paths for `.ts` files.

# Fix for sourcemap

* [https://github.com/swc-project/swc/pull/7900](https://github.com/swc-project/swc/pull/7900)
    

Now, the output source map does not contain `<jsx-config-pragma.js>` .

# Fix for `NaN`

* [https://github.com/swc-project/swc/pull/7893](https://github.com/swc-project/swc/pull/7893)
    

Previously, the variable resolver didn't resolve non-global `NaN` correctly.
