7 lines
388 B
Plaintext
7 lines
388 B
Plaintext
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.version = void 0;
|
|
// note - cannot migrate this to an import statement because it will make TSC copy the package.json to the dist folder
|
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-member-access
|
|
exports.version = require('../package.json').version;
|