Change default compiler

pull/4674/head
ioedeveloper 7 months ago
parent fa04c3a8c6
commit e16aa89f0e
  1. 2
      apps/circuit-compiler/src/app/services/circomPluginClient.ts

@ -19,7 +19,7 @@ export class CircomPluginClient extends PluginClient {
private lastCompiledCircuitPath: string = ''
private lastParsedFiles: Record<string, string> = {}
private lastCompiledFile: string = ''
private compiler: typeof compilerV215 | typeof compilerV216 = compilerV216
private compiler: typeof compilerV215 & typeof compilerV216 & typeof compilerV217 & typeof compilerV218
constructor() {
super()

Loading…
Cancel
Save