UNPKG

192 BJavaScriptView Raw
1const path = require('path');
2const tslint = require(path.join(__dirname, 'tslint'));
3const tsconfig = require(path.join(__dirname, 'tsconfig'));
4
5module.exports = {
6 tslint,
7 tsconfig
8}
9