tscircuit/ti

ti tscircuit library

Version
1.0.85
License
unset
Stars
0

tscircuit.config.ts

import createEncryptedPspiceNgspiceEngine, {
  createCdnNgspiceSpiceEngine,
} from "./lib/spice/create-encrypted-pspice-ngspice-engine";

export default {
  mainEntrypoint: "index.ts",
  platformConfig: {
    spiceEngineMap: {
      ngspice: createCdnNgspiceSpiceEngine(),
      "encrypted-pspice-ngspice": createEncryptedPspiceNgspiceEngine(),
    },
  },
};