Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aletrn
/
driver.js
like
0
Running
App
Files
Files
Community
main
driver.js
/
dts-bundle-generator.config.ts
kamrify
Fix path issue in bundle generator
25b975e
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
150 Bytes
module
.
exports
= {
entries
: [
{
filePath
:
"./src/driver.ts"
,
outFile
:
`./dist/driver.js.d.ts`
,
noCheck
:
false
,
},
],
};