ensdomains / ensjs

ENS javascript library for contract interaction
MIT License
120 stars 56 forks source link

Cannot find module '../@types/FuseOptions' or its corresponding type declarations. #51

Closed kliyer-ai closed 1 year ago

kliyer-ai commented 1 year ago

image

This is my tsconfig:

{
  "compilerOptions": {
    "rootDir": "./src/",
    "outDir": "./dist/",
    "target": "ES6",
    "lib": ["ES6"],
    "esModuleInterop": true,
    "moduleResolution": "node",
    "module": "commonjs",
    "removeComments": true,
    "sourceMap": true,
    "strict": true
  },
  "include": ["./src/**/*"]
}
kliyer-ai commented 1 year ago

Okay I just saw that this should have been fixed in #49 but somehow it still breaks for me. Is something wrong with my tsconfing?

EDIT: I don't think this fixes my problem. I checked the package and the types under the @types directly really don't seem to be included in the dist filer.

kliyer-ai commented 1 year ago

Hey @TateB, could you maybe help me with this? :)

TateB commented 1 year ago

are you still running into this issue?