UNPKG
ignore-errors
Version:
latest (3.0.1)
3.0.1
2.0.0
1.0.0
Easily ignore specific promise errors
github.com/tjmehta/ignore-errors
tjmehta/ignore-errors
ignore-errors
/
tsconfig-cjs.json
8 lines
(7 loc)
•
117 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"outDir"
:
"./dist/cjs"
}
,
}