UNPKG

tibu

Version:

tibu is a low fuss high fun PEG parser generator/DSL written in TypeScript

19 lines 362 B
module.exports = function(wallaby) { return { files: [ 'src/**/*.ts', '!src/spec/**/*.ts', ], tests: [ 'src/spec/**/*.spec.ts' ], debug: true, compilers: { '**/*.ts': wallaby.compilers.typeScript() }, testFramework: 'mocha', env: { type: 'node' } }; };