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

7 lines
158 B
TypeScript

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