Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aletrn
/
driver.js
like
0
Running
App
Files
Files
Community
main
driver.js
/
docs
/
tsconfig.json
kamrify
Add documentation pages
06ea972
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
154 Bytes
{
"extends"
:
"astro/tsconfigs/strict"
,
"compilerOptions"
:
{
"jsx"
:
"react-jsx"
,
"jsxImportSource"
:
"react"
,
"strictNullChecks"
:
true
}
}