UNPKG

disassembler-x86-intel

Version:

An Intel x86 disassembler, generates assembly from Opcode

14 lines (11 loc) 307 B
/** * Overrides the tsconfig used for the app. * In the tests environment we need some tweaks. */ const tsNode = require('ts-node'); const testTSConfig = require('./tests/tsconfig.json'); tsNode.register({ files: true, transpileOnly: true, project: './tests/tsconfig.json' });