imrishabh18/test-pcm

This code defines a 10mm by 10mm electronic circuit board containing a single pin-row chip with an associated 3D CAD model of the "MachineContactMedium" component.

Version
1.0.3
License
unset
Stars
0

tsconfig.json

PCBPCB preview for tsconfig.json
SchematicSchematic preview for tsconfig.json
{
  "compilerOptions": {
    "target": "ES6",
    "module": "ESNext",
    "jsx": "react-jsx",
    "outDir": "dist",
    "strict": true,
    "esModuleInterop": true,
    "moduleResolution": "node",
    "skipLibCheck": true,
    "forceConsistentCasingInFileNames": true,
    "resolveJsonModule": true,
    "sourceMap": true,
    "allowSyntheticDefaultImports": true,
    "experimentalDecorators": true,
    "types": [
      "tscircuit"
    ]
  }
}