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.json
10 lines
•
210 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"strict"
:
true
,
"lib"
:
[
"DOM"
,
"ES6"
]
,
"module"
:
"CommonJS"
,
"declaration"
:
true
,
"importHelpers"
:
true
}
,
"include"
:
[
"src/**/*.ts"
]
}