0hmX/mt41k512m8da-107-it-p-fanout
This code defines the physical footprint, routing, and layout configuration for a DDR3 memory module using surface-mount pads, vias, and copper traces on a printed circuit board (PCB).
- Version
- 0.2.3
- License
- unset
- Stars
- 0
tsconfig.json
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"resolveJsonModule": true,
"allowImportingTsExtensions": true,
"noEmit": true,
"strict": true,
"types": [
"bun",
"tscircuit"
],
"skipLibCheck": true
},
"exclude": [
"node_modules",
"dist",
"work"
]
}