UNPKG
@arrows/error
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.1.3
0.1.2
0.1.1
0.1.0
Error helpers library
caderek.github.io/arrows/packages/error/
caderek/arrows
@arrows/error
/
tsconfig.json
13 lines
(12 loc)
•
281 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"es2015"
,
"module"
:
"commonjs"
,
"removeComments"
:
true
,
"declaration"
:
true
,
"outDir"
:
"./lib"
,
"preserveConstEnums"
:
true
}
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"node_modules"
,
"src/**/*.test.ts"
,
"src/**/*.temp.ts"
]
}