astra-abse/t113-s3
Allwinner T113-S3 / JLCPCB C5197687: native saved fanout, LCD top, storage right, 127 perimeter exits, 30 decoupling capacitors, connected GND planes; clean DRC and shorts, all 29 vias connected.
- Version
- 1.2.0
- License
- MIT
- Stars
- 0
tsconfig.json
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"jsx": "react-jsx",
"jsxImportSource": "react",
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"types": [
"bun"
],
"resolveJsonModule": true
},
"include": [
"src",
"scripts",
"tests",
"imports",
"*.tsx"
]
}