UNPKG
c4i-ts-node
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
github.com/datuchaa/c4i
datuchaa/c4i
c4i-ts-node
/
typescript-config-node.json
9 lines
(8 loc)
•
208 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"display"
:
"Node Library"
,
"extends"
:
"c4i-ts-base/typescript-config-base.json"
,
"compilerOptions"
: {
"lib"
: [
"ESNext"
] } }