UNPKG

114 BJavaScriptView Raw
1const write = require('./write')
2
3module.exports = (dir, tsconfig) => write(dir, 'tsconfig.json', tsconfig, true)