aa3b624
1
2
3
4
5
6
7
8
9
10
module.exports = { entries: [ { filePath: "./src/index.ts", outFile: `./dist/driver.js.d.ts`, noCheck: false, }, ], };