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