UNPKG
@pando/git-remote-pando
Version:
latest (0.3.0-alpha.5)
0.3.0-alpha.5
0.3.0-alpha.4
0.3.0-alpha.3
0.3.0-alpha.2
0.3.0-alpha.1
0.3.0-alpha.0
git-remote-helper for pando
github.com/pandonetwork/pando
pandonetwork/pando
@pando/git-remote-pando
/
tsconfig.json
11 lines
(10 loc)
•
223 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"exclude"
:
[
"node_modules"
,
"**/*.spec.ts"
]
,
"compilerOptions"
:
{
"esModuleInterop"
:
true
,
"module"
:
"CommonJS"
,
"outDir"
:
"./build"
,
"target"
:
"ES2017"
,
"typeRoots"
:
[
"node_modules/@types"
]
}
}