source: trip-planner-front/node_modules/node-addon-api/index.js@ e29cc2e

Last change on this file since e29cc2e was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 296 bytes
Line 
1const path = require('path');
2
3const include_dir = path.relative('.', __dirname);
4
5module.exports = {
6 include: `"${__dirname}"`, // deprecated, can be removed as part of 4.0.0
7 include_dir,
8 gyp: path.join(include_dir, 'node_api.gyp:nothing'),
9 isNodeApiBuiltin: true,
10 needsFlag: false
11};
Note: See TracBrowser for help on using the repository browser.