universal-wallet-contract/wrappers/NftItem.compile.ts

7 lines
152 B
TypeScript

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