Korilakkuma / XSound

XSound gives Web Developers Powerful Audio Features Easily !
https://xsound.jp
MIT License
208 stars 17 forks source link

ATA (Automatic Type Acquisition) does not work properly to some types (works as `any`) #108

Closed Korilakkuma closed 1 year ago

Korilakkuma commented 1 year ago

The cause of this problem is that the declaration files cannot resolve absolute import. (in concrete, https://github.com/Korilakkuma/XSound/commit/c370b2a2b891f6e77b13d0c0ad815583c17b7a17 that v3.4.0 contains causes it).

Therefore, using relative import instead of absolute import in product codes (/src/**/*.ts) can fix this problem.