UNPKG
confusablematcher-js-interop
Version:
latest (4.8.0)
4.8.0
4.7.1
4.7.0
4.6.0
4.5.0
4.4.0
4.3.0
4.0.0
3.2.0
3.1.0
3.0.0
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
TypeScript NAPI Interop for ConfusableMatcher.
TETYYS/ConfusableMatcher-js-interop
confusablematcher-js-interop
/
tsconfig.json
8 lines
(7 loc)
•
149 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"./tsconfig.base.json"
,
"compilerOptions"
:
{
/* Suppress 'Cannot Override XYZ' Errors */
"noEmit"
:
true
}
}