UNPKG

locklift

Version:

Node JS framework for working with Ever contracts. Inspired by Truffle and Hardhat. Helps you to build, test, run and maintain your smart contracts.

11 lines (10 loc) 180 B
{ "extends": "../tsconfig-base.json", "compilerOptions": { "outDir": "../", "rootDirs": ["."], "composite": true }, "include": ["./**/*.ts"], "exclude": [] }