UNPKG

bisheng

Version:

Transform Markdown(and other static files with transformers) into a SPA website using React.

15 lines (13 loc) 232 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = ts; function ts() { return { target: 'es6', jsx: 'preserve', moduleResolution: 'node', declaration: false }; }