krishnax12/ip2312-fast-charging-module

This circuit implements a USB-C powered, IP2312-based 1-cell lithium battery fast charger with integrated power input, inductor, capacitors, resistors, charge and standby LEDs, and voltage/current monitoring components.

Version
0.1.3
License
GPL-3.0
Stars
0

tsconfig.json

{
  "compilerOptions": {
    "jsx": "react-jsx",
    "module": "ESNext",
    "moduleResolution": "node",
    "target": "ES2023",
    "strict": true,
    "skipLibCheck": true,
    "noEmit": true,
    "types": ["tscircuit"]
  },
  "include": ["*.tsx"]
}