Skip to content

fix: make types reflect the actual exported api#83

Open
KorigamiK wants to merge 1 commit intodkatavic:masterfrom
KorigamiK:patch-1
Open

fix: make types reflect the actual exported api#83
KorigamiK wants to merge 1 commit intodkatavic:masterfrom
KorigamiK:patch-1

Conversation

@KorigamiK
Copy link

Hi, i noticed that the types for the exported interface were incorrect from the index.js file

// lib/index.js

const items = require("./items");
const config = require("./config");

global.appConfig = config;

module.exports = {
  items: items,
};

this pr fixes the typescript intellisense

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant