UNPKG
@devmn/cloud-cli
Version:
latest (2.2.3)
2.2.5
2.2.3
1.0.3
1.0.2
1.0.1
1.0.0
CLI tool for Intelligo Cloud.
@devmn/cloud-cli
/
tsconfig.json
16 lines
(15 loc)
•
316 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"moduleResolution"
:
"node"
,
"strictNullChecks"
:
true
,
"outDir"
:
"./built"
,
"noImplicitAny"
:
true
,
"sourceMap"
:
true
,
"allowJs"
:
true
,
"target"
:
"es6"
}
,
"include"
:
[
"./src/**/*"
]
}