Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
LevelUp2x
/
adaptai
like
0
Follow
LevelUp 2x
1
Dataset card
Files
Files and versions
xet
Community
main
adaptai
/
projects
/
ui
/
qwen-code
/
integration-tests
/
tsconfig.json
ADAPT-Chase
Add files using upload-large-folder tool
d810ed8
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
130 Bytes
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"noEmit"
:
true
,
"allowJs"
:
true
}
,
"include"
:
[
"**/*.ts"
]
}