imrishabh18/ring-light

It is a surface-mount voltage regulator integrated circuit (AP2112K-3.3) with pins for input, ground, enable, and output.

Version
1.0.0
License
unset
Stars
0

tsconfig.json

PCBPCB preview for tsconfig.json
SchematicSchematic preview for tsconfig.json
{
  "compilerOptions": {
    "target": "ES2022",
    "module": "ESNext",
    "moduleResolution": "Bundler",
    "jsx": "react",
    "strict": false,
    "skipLibCheck": true,
    "allowSyntheticDefaultImports": true,
    "esModuleInterop": true
  },
  "include": ["index.tsx"]
}