const config = {
  entries: [
    {
      filePath: "./src/index.ts",
      outFile: "./dist/index.d.ts",
      noCheck: false,
    },
  ],
};

module.exports = config;