Files
med-notes/.pnpm-store/v10/files/ec/f086016a9b06f9970d919e3aeaa138bd8311f86ab93999b9487e8b1bf124bfbfe0d856aaed1c01601df85c6fed13b2e640d05c14a148010b03049be10f3883
2025-05-09 05:30:08 +02:00

13 lines
377 B
Plaintext

const path = require('path');
const includeDir = path.relative('.', __dirname);
module.exports = {
include: `"${__dirname}"`, // deprecated, can be removed as part of 4.0.0
include_dir: includeDir,
gyp: path.join(includeDir, 'node_api.gyp:nothing'), // deprecated.
targets: path.join(includeDir, 'node_addon_api.gyp'),
isNodeApiBuiltin: true,
needsFlag: false
};