Fix path issue in bundle generator

This commit is contained in:
Kamran Ahmed
2023-05-11 05:40:28 +01:00
parent c38b22010f
commit 25b975ea89
+1 -1
View File
@@ -1,7 +1,7 @@
module.exports = {
entries: [
{
filePath: "./src/index.ts",
filePath: "./src/driver.ts",
outFile: `./dist/driver.js.d.ts`,
noCheck: false,
},