Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
OSS-forge
/
PatchitPy
like
9
Follow
OSS-Forge
52
License:
gpl-3.0
Model card
Files
Files and versions
xet
Community
6e7eaf3
PatchitPy
/
extension_PatchitPy
/
jsconfig.json
piliguori
Upload 3316 files
6e7eaf3
verified
about 1 month ago
raw
Copy download link
history
blame
182 Bytes
{
"compilerOptions"
:
{
"module"
:
"Node16"
,
"target"
:
"ES2022"
,
"checkJs"
:
true
,
/* Typecheck .js files. */
"lib"
:
[
"ES2022"
]
}
,
"exclude"
:
[
"node_modules"
]
}