UNPKG
rank-tree
Version:
latest (1.0.2)
1.0.2
1.0.1
For the structure of sort sets, refer to readme for details
github.com/xingwy/rank
xingwy/rank
rank-tree
/
tsconfig.json
12 lines
•
233 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es2017"
,
"noImplicitAny"
:
true
,
"outDir"
:
"./lib"
,
"sourceMap"
:
true
}
,
"include"
:
[
"src/**/*.ts"
]
}