UNPKG
etquia
Version:
latest (1.14.4)
1.14.4
1.14.3
1.14.2
1.14.1
1.14.0
1.13.0
1.12.0
1.11.2
1.11.1
1.11.0
1.10.0
1.9.1
1.9.0
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
Dummy package for the grpc-node repository
github.com/SierraHeaney/etquia
SierraHeaney/etquia
etquia
/
packages
/
grpc-js
/
tsconfig.json
16 lines
(15 loc)
•
296 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"extends"
:
"./node_modules/gts/tsconfig-google.json"
,
"compilerOptions"
:
{
"lib"
:
[
"es2017"
]
,
"outDir"
:
"build"
,
"target"
:
"es2017"
,
"module"
:
"commonjs"
,
"resolveJsonModule"
:
true
,
"incremental"
:
true
}
,
"include"
:
[
"src/**/*.ts"
,
"test/**/*.ts"
]
}