UNPKG

@puerts/cli

Version:

PureTS is a quick scaffold tool, which can be used in the project.

19 lines 341 B
export default { jsc: { parser: { syntax: "typescript", tsx: true }, target: "es2015", loose: false, minify: { "compress": false, "mangle": false } }, module: { type: "commonjs" }, minify: false, isModule: true };