UNPKG
tslint-plugin-decorator-member-ordering
Version:
latest (0.0.1)
0.0.1
TSLint plugin extending member-ordering rule with decorators support
tslint-plugin-decorator-member-ordering
/
tsconfig.build.json
9 lines
•
186 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"rootDir"
:
"src"
,
"outDir"
:
"rules"
,
"inlineSourceMap"
:
false
}
,
"include"
:
[
"src/**/*.ts"
]
}