Last change
on this file since bdd6491 was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago |
primeNG components
|
-
Property mode
set to
100644
|
File size:
296 bytes
|
Line | |
---|
1 | const path = require('path');
|
---|
2 |
|
---|
3 | const include_dir = path.relative('.', __dirname);
|
---|
4 |
|
---|
5 | module.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.