@infrastructure.dev/tslint-config
v0.0.1
Published
shared tslint config
Downloads
3
Readme
Shared tslint config
// sample of tslint.json
{
"extends": "@infrastructure.dev/typescript-config",
"compilerOptions": {
/* Project Options */
"outDir": "./dist",
/* Module Resolution */
"baseUrl": "./src",
"typeRoots": ["node_modules/@types"]
},
"include": ["src/**/*"],
"exclude": ["dist", "node_modules"]
}