UNPKG

create-mngts

Version:

Template for a Node.js project using TypeScript

8 lines (7 loc) 135 B
module.exports = { semi: false, trailingComma: 'all', singleQuote: true, printWidth: 120, tabWidth: 2, };