UNPKG

@aptpod/data-viz-create-visual-parts-react

Version:

template of npm project with typescript

18 lines 693 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.COPY_OPTIONS = exports.COPY_FROM_DIR_PATH = void 0; var path_1 = __importDefault(require("path")); exports.COPY_FROM_DIR_PATH = path_1.default.join(__dirname, '../template/visual-parts-react'); // cf: https://www.npmjs.com/package/recursive-copy#usage exports.COPY_OPTIONS = { OVERWRITE: false, EXPAND: false, DOT: true, JUNK: false, // node_modulesを除外する FILTER: ['**/*', '!node_modules/**/*'], }; //# sourceMappingURL=constants.js.map