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.

16 lines (15 loc) 269 B
{ "extends": "./tsconfig-base.json", "compilerOptions": { "outDir": "./build-test", "rootDirs": ["./test"], "composite": true }, "include": ["./test/**/*.ts"], "exclude": ["node_modules"], "references": [ { "path": "./src" } ] }