refactor(api): generate types next to modules (#8392)

* refactor(api): generate types next to modules"

this fixes an issue with `moduleResolution: node`

* change file

* Update api-module-resolution-node.md
This commit is contained in:
Amr Bashir
2023-12-14 18:27:48 +02:00
committed by GitHub
parent 3c371aa8ee
commit 1c582a942e
3 changed files with 18 additions and 43 deletions

View File

@@ -0,0 +1,5 @@
---
"@tauri-apps/api": "patch:bug"
---
Fix a regression where typescript could not find types when using `"moduleResolution": "node"`