Korilakkuma/XSound

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

Closed this issue · 0 comments

The cause of this problem is that the declaration files cannot resolve absolute import.
(in concrete, c370b2a that v3.4.0 contains causes it).

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