UNPKG
nx_pack
Version:
latest (1.0.1)
1.0.1
1.0.0
tel13520521413
nx_pack
/
tsconfig.json
10 lines
•
207 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"module"
:
"CommonJS"
,
"sourceMap"
:
true
,
"noImplicitAny"
:
true
,
"esModuleInterop"
:
true
,
"outDir"
:
"dist"
,
"removeComments"
:
true
}
}