UNPKG
args-json
Version:
latest (1.2.10)
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1
Zero-dependency typed command-line argument parser
github.com/axtk/args-json
axtk/args-json
args-json
/
tsconfig.json
13 lines
(12 loc)
•
303 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"include"
:
[
"index.ts"
,
"tests.ts"
]
,
"compilerOptions"
:
{
"lib"
:
[
"esnext"
,
"dom"
]
,
"target"
:
"esnext"
,
"outDir"
:
"dist"
,
"moduleResolution"
:
"node"
,
"strict"
:
true
,
"noUnusedLocals"
:
true
,
"noUnusedParameters"
:
true
}
}