/
ton-org
/
blueprint
Обзор
Документация
Войти
/
ton-org
/
blueprint
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
develop
example/compilables/Counter.compile.ts
6 строк
151 B
PixelPlex Dev team
feat: separate compilables (#118)
02 июл 2024, 14:10
Не верифицирован
02 июл 2024, 14:10
31fdb57
Код
Авторство
О чём код?
import { CompilerConfig } from '@ton/blueprint'; export const compile: CompilerConfig = { lang: 'func', targets: ['contracts/counter.fc'], };