You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
562 B

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultOptions = void 0;
/**
* Default Coverage-Istanbul-Loder options.
*/
exports.defaultOptions = {
/**
* Don't minify the instrumented code.
*/
compact: false,
/**
* Parse the code using EcmaScript modules semantics.
* Disable this if your source code uses CommonJS modules.
*/
esModules: true,
/**
* Produce a sourcemap for the instrumented code.
*/
produceSourceMap: true,
};
//# sourceMappingURL=options.js.map