3

I want to import type from type.d.ts file

import type { StateDefinition } from '../type'

vite cannot find file and throw error enter image description here

So I should add extention .d.ts

import type { StateDefinition } from '../type.d.ts'

but I will get ts error in vscode enter image description here

anyone can tell me how to fix it?

shuaige
  • 103
  • 4
  • you could refer to this answer: https://stackoverflow.com/questions/39040108/import-class-in-definition-file-d-ts – kevin wang Jan 30 '23 at 08:53

0 Answers0