const path = require('path'); module.exports = { paths: [ path.join(__dirname, 'include-path'), path.join(__dirname, 'node_modules', 'library') ] };