UNPKG
@micrio/cli
Version:
latest (1.3.6)
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.76
1.2.75
1.2.74
1.2.73
1.2.72
Command-line tool for processing and uploading images to Micrio
micr.io
Q42/Micrio.Tiler
@micrio/cli
/
tsconfig.json
14 lines
(13 loc)
•
233 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"rootDir"
:
"src"
,
"outDir"
:
"dist"
,
"strict"
:
true
,
"target"
:
"es2022"
,
"esModuleInterop"
:
true
,
"moduleResolution"
:
"node"
,
"paths"
:
{
"conf"
:
[
"./node_modules/conf/dist/source"
]
}
}
,
}