UNPKG
@eightshone/sshman
Version:
latest (0.1.8)
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
A simple cli ssh manager
github.com/eightshone/shhman
eightshone/shhman
@eightshone/sshman
/
tsconfig.json
12 lines
(11 loc)
•
218 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"module"
:
"es2022"
,
"esModuleInterop"
:
true
,
"target"
:
"es6"
,
"moduleResolution"
:
"Bundler"
,
"sourceMap"
:
true
,
"outDir"
:
"dist"
,
"lib"
:
[
"es2022"
]
}
}