tscircuit/boosters
This code defines PCB schematics, footprints, and 3D CAD models for various integrated circuits, connectors, sensors, and electronic components used in TI booster packs and modules.
- Version
- 0.1.19
- License
- unset
- Stars
- 0
tsconfig.json
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"jsx": "react-jsx",
"outDir": "dist",
"rootDir": ".",
"baseUrl": ".",
"strict": true,
"esModuleInterop": true,
"moduleResolution": "node",
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"sourceMap": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"types": [
"tscircuit"
]
},
"include": [
"boostxl-edumkii/**/*.ts",
"boostxl-edumkii/**/*.tsx",
"boost-drv8848/**/*.ts",
"boost-drv8848/**/*.tsx",
"boostxl-tlv8544pir/**/*.ts",
"boostxl-tlv8544pir/**/*.tsx",
"boostxl-tmp107/**/*.ts",
"boostxl-tmp107/**/*.tsx",
"boostxl-bassensors/**/*.ts",
"boostxl-bassensors/**/*.tsx",
"boostxl-audio/**/*.ts",
"boostxl-audio/**/*.tsx",
"boostxl-ads7841-q1/**/*.ts",
"boostxl-ads7841-q1/**/*.tsx",
"boostxl-ads1119/**/*.ts",
"boostxl-ads1119/**/*.tsx",
"boostxl-uln2003/**/*.ts",
"boostxl-uln2003/**/*.tsx",
"boostxl-rs232/**/*.ts",
"boostxl-rs232/**/*.tsx"
],
"exclude": [
"node_modules",
"dist",
".claude",
"**/__snapshots__"
]
}