mirror of
https://github.com/kamranahmedse/driver.js.git
synced 2026-08-31 01:12:43 +08:00
Fix path issue in bundle generator
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
entries: [
|
||||
{
|
||||
filePath: "./src/index.ts",
|
||||
filePath: "./src/driver.ts",
|
||||
outFile: `./dist/driver.js.d.ts`,
|
||||
noCheck: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user