wallet-v3cr3/wrappers/WalletV3.compile.ts

7 lines
150 B
TypeScript

import { CompilerConfig } from '@ton/blueprint';
export const compile: CompilerConfig = {
lang: 'func',
targets: ['contracts/wallet.fc'],
};