@infrastructure.dev/typescript-config
v0.0.1
Published
shared typescript config
Downloads
1
Readme
Shared typescript config
// sample of tsconfig.json
{
"extends": ["@infrastructure.dev/tslint-config"],
"linterOptions": {
"exclude": ["node_modules/**", "dist/**"]
}
}