kamrify commited on
Commit
25b975e
·
1 Parent(s): c38b220

Fix path issue in bundle generator

Browse files
Files changed (1) hide show
  1. dts-bundle-generator.config.ts +1 -1
dts-bundle-generator.config.ts CHANGED
@@ -1,7 +1,7 @@
1
  module.exports = {
2
  entries: [
3
  {
4
- filePath: "./src/index.ts",
5
  outFile: `./dist/driver.js.d.ts`,
6
  noCheck: false,
7
  },
 
1
  module.exports = {
2
  entries: [
3
  {
4
+ filePath: "./src/driver.ts",
5
  outFile: `./dist/driver.js.d.ts`,
6
  noCheck: false,
7
  },