UNPKG
@bmancini55/finance
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Finance utilities for JavaScript
@bmancini55/finance
/
tsconfig.json
14 lines
(13 loc)
•
297 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"module"
:
"CommonJS"
,
"declaration"
:
true
,
"esModuleInterop"
:
true
,
"removeComments"
:
false
,
"preserveConstEnums"
:
true
,
"sourceMap"
:
true
,
"outDir"
:
"./dist"
}
,
"exclude"
:
[
"node_modules"
,
"**/*.spec.ts"
,
"dist"
]
}