UNPKG
jbrowse-nclist-cli
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
This CLI gets the genes with in a location range from JBrowse
jbrowse-nclist-cli
/
tsconfig.json
14 lines
(13 loc)
•
258 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"rootDir"
:
"src"
,
"outDir"
:
"dist"
,
"strict"
:
true
,
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"inlineSourceMap"
:
true
,
"inlineSources"
:
true
,
"esModuleInterop"
:
true
,
"moduleResolution"
:
"node"
}
}