UNPKG
@universis/number-format
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Universis library for converting number to text
gitlab.com/kbarbounakis/universis-number-format
@universis/number-format
/
tsconfig.json
13 lines
•
249 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"noImplicitAny"
:
false
,
"sourceMap"
:
true
,
"outDir"
:
"dist"
,
"declaration"
:
true
}
,
"exclude"
:
[
"node_modules"
]
}