UNPKG

@mhy/config

Version:

> This documentation is not complete. It's in progress and it's a BETA version. Use the tool at your own risk.

5 lines (3 loc) 130 B
"use strict"; const write = require('./write'); module.exports = (dir, tsconfig) => write(dir, 'tsconfig.json', tsconfig, true);