UNPKG

@omni-door/tpl-component-library-react

Version:
9 lines (8 loc) 401 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var utils_1 = require("@omni-door/utils"); var tpl = "`${use_strict}\n\nmodule.exports = {\n title: '${project_name}',\n typescript: ${ts ? true : false},\n src: './src/',\n files: '**/*.{md,markdown,mdx}'\n};\n`"; exports.tpl_docz = { tpl: tpl }; exports.default = utils_1.tpl_engine_init(exports.tpl_docz, 'tpl');