@0x/sol-compiler
Version:
Solidity compiler wrapper and artifactor
35 lines • 828 B
TypeScript
export declare const compilerOptionsSchema: {
id: string;
properties: {
contractsDir: {
type: string;
};
artifactsDir: {
type: string;
};
solcVersion: {
type: string;
pattern: string;
};
compilerSettings: {
type: string;
};
contracts: {
oneOf: ({
type: string;
pattern: string;
items?: undefined;
} | {
type: string;
items: {
type: string;
};
pattern?: undefined;
})[];
};
};
type: string;
required: never[];
additionalProperties: boolean;
};
//# sourceMappingURL=compiler_options_schema.d.ts.map