driver.js / docs /tsconfig.json
kamrify's picture
Add documentation pages
06ea972
raw
history blame contribute delete
154 Bytes
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"strictNullChecks": true
}
}