UNPKG

express-typeorm-rest-boilerplate

Version:

Boilerplate code to get started with building RESTful API Services

10 lines (8 loc) 174 B
const { ModuleResolutionKind } = require('typescript'); module.exports = { tabWidth: 2, semi: true, singleQuote: true, endOfLine: 'auto', trailingComma: 'es5', };