Typedoc: Exclude lib declarations (?)

Created on 12 Feb 2017  路  3Comments  路  Source: TypeStrong/typedoc

Hello,

When I am running this command

typedoc --out docs --exclude '**/test/**/*.ts' packages/filtering --module commonjs

I am getting the following error:

Using TypeScript 2.1.6 from node_modules/typescript/lib
Error: packages/filtering/node_modules/@types/node/index.d.ts(25)
 Cannot redeclare block-scoped variable 'Error'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(24)
 Cannot redeclare block-scoped variable 'NaN'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(25)
 Cannot redeclare block-scoped variable 'Infinity'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(97)
 Cannot redeclare block-scoped variable 'Object'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(250)
 Cannot redeclare block-scoped variable 'Object'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(255)
 Cannot redeclare block-scoped variable 'Function'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(299)
 Cannot redeclare block-scoped variable 'Function'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(307)
 Cannot redeclare block-scoped variable 'String'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(473)
 Cannot redeclare block-scoped variable 'String'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(475)
 Cannot redeclare block-scoped variable 'Boolean'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(486)
 Cannot redeclare block-scoped variable 'Boolean'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(488)
 Cannot redeclare block-scoped variable 'Number'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(548)
 Cannot redeclare block-scoped variable 'Number'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(554)
 Cannot redeclare block-scoped variable 'Math'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(663)
 Cannot redeclare block-scoped variable 'Math'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(666)
 Cannot redeclare block-scoped variable 'Date'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(845)
 Cannot redeclare block-scoped variable 'Date'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(857)
 Cannot redeclare block-scoped variable 'RegExp'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(908)
 Cannot redeclare block-scoped variable 'RegExp'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(910)
 Cannot redeclare block-scoped variable 'Error'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(922)
 Cannot redeclare block-scoped variable 'Error'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(924)
 Cannot redeclare block-scoped variable 'EvalError'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(933)
 Cannot redeclare block-scoped variable 'EvalError'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(935)
 Cannot redeclare block-scoped variable 'RangeError'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(944)
 Cannot redeclare block-scoped variable 'RangeError'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(946)
 Cannot redeclare block-scoped variable 'ReferenceError'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(955)
 Cannot redeclare block-scoped variable 'ReferenceError'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(957)
 Cannot redeclare block-scoped variable 'SyntaxError'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(966)
 Cannot redeclare block-scoped variable 'SyntaxError'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(968)
 Cannot redeclare block-scoped variable 'TypeError'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(977)
 Cannot redeclare block-scoped variable 'TypeError'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(979)
 Cannot redeclare block-scoped variable 'URIError'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(988)
 Cannot redeclare block-scoped variable 'URIError'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(990)
 Cannot redeclare block-scoped variable 'JSON'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(1017)
 Cannot redeclare block-scoped variable 'JSON'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(1137)
 Cannot redeclare block-scoped variable 'Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(1312)
 Cannot redeclare block-scoped variable 'Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(1323)
 Duplicate identifier 'ClassDecorator'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(1324)
 Duplicate identifier 'PropertyDecorator'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(1325)
 Duplicate identifier 'MethodDecorator'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(1326)
 Duplicate identifier 'ParameterDecorator'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(1328)
 Duplicate identifier 'PromiseConstructorLike'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(1380)
 Duplicate identifier 'Partial'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(1387)
 Duplicate identifier 'Readonly'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(1394)
 Duplicate identifier 'Pick'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(1401)
 Duplicate identifier 'Record'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(1411)
 Cannot redeclare block-scoped variable 'ArrayBuffer'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(1428)
 Cannot redeclare block-scoped variable 'ArrayBuffer'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(1447)
 Cannot redeclare block-scoped variable 'DataView'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(1578)
 Cannot redeclare block-scoped variable 'DataView'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(1584)
 Cannot redeclare block-scoped variable 'Int8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(1851)
 Cannot redeclare block-scoped variable 'Int8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(1857)
 Cannot redeclare block-scoped variable 'Uint8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(2125)
 Cannot redeclare block-scoped variable 'Uint8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(2131)
 Cannot redeclare block-scoped variable 'Uint8ClampedArray'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(2398)
 Cannot redeclare block-scoped variable 'Uint8ClampedArray'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(2404)
 Cannot redeclare block-scoped variable 'Int16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(2672)
 Cannot redeclare block-scoped variable 'Int16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(2678)
 Cannot redeclare block-scoped variable 'Uint16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(2946)
 Cannot redeclare block-scoped variable 'Uint16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(2951)
 Cannot redeclare block-scoped variable 'Int32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(3218)
 Cannot redeclare block-scoped variable 'Int32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(3224)
 Cannot redeclare block-scoped variable 'Uint32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(3491)
 Cannot redeclare block-scoped variable 'Uint32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(3497)
 Cannot redeclare block-scoped variable 'Float32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(3765)
 Cannot redeclare block-scoped variable 'Float32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(3771)
 Cannot redeclare block-scoped variable 'Float64Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(4038)
 Cannot redeclare block-scoped variable 'Float64Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(4155)
 Cannot redeclare block-scoped variable 'String'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(4165)
 Cannot redeclare block-scoped variable 'Number'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(4174)
 Cannot redeclare block-scoped variable 'Date'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17188)
 Duplicate identifier 'EventListenerOrEventListenerObject'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17699)
 Cannot redeclare block-scoped variable 'name'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17878)
 Duplicate identifier 'AAGUID'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17879)
 Duplicate identifier 'AlgorithmIdentifier'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17880)
 Duplicate identifier 'ConstrainBoolean'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17881)
 Duplicate identifier 'ConstrainDOMString'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17882)
 Duplicate identifier 'ConstrainDouble'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17883)
 Duplicate identifier 'ConstrainLong'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17884)
 Duplicate identifier 'CryptoOperationData'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17885)
 Duplicate identifier 'GLbitfield'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17886)
 Duplicate identifier 'GLboolean'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17887)
 Duplicate identifier 'GLbyte'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17888)
 Duplicate identifier 'GLclampf'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17889)
 Duplicate identifier 'GLenum'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17890)
 Duplicate identifier 'GLfloat'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17891)
 Duplicate identifier 'GLint'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17892)
 Duplicate identifier 'GLintptr'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17893)
 Duplicate identifier 'GLshort'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17894)
 Duplicate identifier 'GLsizei'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17895)
 Duplicate identifier 'GLsizeiptr'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17896)
 Duplicate identifier 'GLubyte'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17897)
 Duplicate identifier 'GLuint'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17898)
 Duplicate identifier 'GLushort'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17899)
 Duplicate identifier 'IDBKeyPath'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17900)
 Duplicate identifier 'KeyFormat'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17901)
 Duplicate identifier 'KeyType'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17902)
 Duplicate identifier 'KeyUsage'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17903)
 Duplicate identifier 'MSInboundPayload'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17904)
 Duplicate identifier 'MSLocalClientEvent'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17905)
 Duplicate identifier 'MSOutboundPayload'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17906)
 Duplicate identifier 'RTCIceGatherCandidate'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17907)
 Duplicate identifier 'RTCTransport'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17908)
 Duplicate identifier 'payloadtype'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17909)
 Duplicate identifier 'ScrollBehavior'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17910)
 Duplicate identifier 'ScrollLogicalPosition'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17911)
 Duplicate identifier 'IDBValidKey'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17912)
 Duplicate identifier 'BufferSource'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17913)
 Duplicate identifier 'MouseWheelEvent'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(17914)
 Duplicate identifier 'ScrollRestoration'.
Error: packages/filtering/node_modules/typescript/lib/lib.d.ts(18212)
 Cannot redeclare block-scoped variable 'Date'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(1174)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(1373)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(1720)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(1897)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(2162)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(2171)
 Duplicate string index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(2187)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(2240)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(3410)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(4000)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(4424)
 Duplicate string index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(5916)
 Duplicate string index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(7178)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(7403)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(7599)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(7698)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(7875)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(8222)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(8235)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(10452)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(10476)
 Duplicate string index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(10477)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(10526)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(10537)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(10694)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(10712)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(10765)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(10916)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(12740)
 Duplicate string index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(12746)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(12752)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13011)
 Duplicate identifier 'EventListenerOrEventListenerObject'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13522)
 Cannot redeclare block-scoped variable 'name'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13701)
 Duplicate identifier 'AAGUID'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13702)
 Duplicate identifier 'AlgorithmIdentifier'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13703)
 Duplicate identifier 'ConstrainBoolean'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13704)
 Duplicate identifier 'ConstrainDOMString'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13705)
 Duplicate identifier 'ConstrainDouble'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13706)
 Duplicate identifier 'ConstrainLong'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13707)
 Duplicate identifier 'CryptoOperationData'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13708)
 Duplicate identifier 'GLbitfield'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13709)
 Duplicate identifier 'GLboolean'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13710)
 Duplicate identifier 'GLbyte'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13711)
 Duplicate identifier 'GLclampf'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13712)
 Duplicate identifier 'GLenum'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13713)
 Duplicate identifier 'GLfloat'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13714)
 Duplicate identifier 'GLint'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13715)
 Duplicate identifier 'GLintptr'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13716)
 Duplicate identifier 'GLshort'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13717)
 Duplicate identifier 'GLsizei'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13718)
 Duplicate identifier 'GLsizeiptr'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13719)
 Duplicate identifier 'GLubyte'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13720)
 Duplicate identifier 'GLuint'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13721)
 Duplicate identifier 'GLushort'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13722)
 Duplicate identifier 'IDBKeyPath'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13723)
 Duplicate identifier 'KeyFormat'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13724)
 Duplicate identifier 'KeyType'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13725)
 Duplicate identifier 'KeyUsage'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13726)
 Duplicate identifier 'MSInboundPayload'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13727)
 Duplicate identifier 'MSLocalClientEvent'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13728)
 Duplicate identifier 'MSOutboundPayload'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13729)
 Duplicate identifier 'RTCIceGatherCandidate'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13730)
 Duplicate identifier 'RTCTransport'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13731)
 Duplicate identifier 'payloadtype'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13732)
 Duplicate identifier 'ScrollBehavior'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13733)
 Duplicate identifier 'ScrollLogicalPosition'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13734)
 Duplicate identifier 'IDBValidKey'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13735)
 Duplicate identifier 'BufferSource'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13736)
 Duplicate identifier 'MouseWheelEvent'.
Error: packages/filtering/node_modules/typescript/lib/lib.dom.d.ts(13737)
 Duplicate identifier 'ScrollRestoration'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.core.d.ts(20)
 Duplicate identifier 'PropertyKey'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.core.d.ts(22)
 Cannot redeclare block-scoped variable 'Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.core.d.ts(94)
 Cannot redeclare block-scoped variable 'Function'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.core.d.ts(101)
 Cannot redeclare block-scoped variable 'Math'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.core.d.ts(279)
 Cannot redeclare block-scoped variable 'Object'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.core.d.ts(393)
 Cannot redeclare block-scoped variable 'RegExp'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.core.d.ts(426)
 Cannot redeclare block-scoped variable 'String'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.iterable.d.ts(49)
 Cannot redeclare block-scoped variable 'Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.iterable.d.ts(168)
 Cannot redeclare block-scoped variable 'String'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.iterable.d.ts(177)
 Cannot redeclare block-scoped variable 'Int8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.iterable.d.ts(209)
 Cannot redeclare block-scoped variable 'Uint8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.iterable.d.ts(241)
 Cannot redeclare block-scoped variable 'Uint8ClampedArray'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.iterable.d.ts(276)
 Cannot redeclare block-scoped variable 'Int16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.iterable.d.ts(310)
 Cannot redeclare block-scoped variable 'Uint16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.iterable.d.ts(342)
 Cannot redeclare block-scoped variable 'Int32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.iterable.d.ts(374)
 Cannot redeclare block-scoped variable 'Uint32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.iterable.d.ts(406)
 Cannot redeclare block-scoped variable 'Float32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.iterable.d.ts(438)
 Cannot redeclare block-scoped variable 'Float64Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts(88)
 Cannot redeclare block-scoped variable 'Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts(104)
 Cannot redeclare block-scoped variable 'Date'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts(144)
 Cannot redeclare block-scoped variable 'JSON'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts(148)
 Cannot redeclare block-scoped variable 'Function'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts(163)
 Cannot redeclare block-scoped variable 'Math'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts(175)
 Cannot redeclare block-scoped variable 'RegExp'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts(227)
 Cannot redeclare block-scoped variable 'String'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts(268)
 Cannot redeclare block-scoped variable 'ArrayBuffer'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts(272)
 Cannot redeclare block-scoped variable 'DataView'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts(280)
 Cannot redeclare block-scoped variable 'Int8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts(288)
 Cannot redeclare block-scoped variable 'Uint8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts(296)
 Cannot redeclare block-scoped variable 'Uint8ClampedArray'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts(304)
 Cannot redeclare block-scoped variable 'Int16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts(312)
 Cannot redeclare block-scoped variable 'Uint16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts(320)
 Cannot redeclare block-scoped variable 'Int32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts(328)
 Cannot redeclare block-scoped variable 'Uint32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts(336)
 Cannot redeclare block-scoped variable 'Float32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts(344)
 Cannot redeclare block-scoped variable 'Float64Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2016.array.include.d.ts(20)
 Cannot redeclare block-scoped variable 'Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2016.array.include.d.ts(38)
 Cannot redeclare block-scoped variable 'Int8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2016.array.include.d.ts(47)
 Cannot redeclare block-scoped variable 'Uint8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2016.array.include.d.ts(56)
 Cannot redeclare block-scoped variable 'Uint8ClampedArray'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2016.array.include.d.ts(65)
 Cannot redeclare block-scoped variable 'Int16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2016.array.include.d.ts(74)
 Cannot redeclare block-scoped variable 'Uint16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2016.array.include.d.ts(83)
 Cannot redeclare block-scoped variable 'Int32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2016.array.include.d.ts(92)
 Cannot redeclare block-scoped variable 'Uint32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2016.array.include.d.ts(101)
 Cannot redeclare block-scoped variable 'Float32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2016.array.include.d.ts(110)
 Cannot redeclare block-scoped variable 'Float64Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es2017.string.d.ts(20)
 Cannot redeclare block-scoped variable 'String'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(24)
 Cannot redeclare block-scoped variable 'NaN'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(25)
 Cannot redeclare block-scoped variable 'Infinity'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(94)
 Duplicate string index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(97)
 Cannot redeclare block-scoped variable 'Object'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(250)
 Cannot redeclare block-scoped variable 'Object'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(255)
 Cannot redeclare block-scoped variable 'Function'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(299)
 Cannot redeclare block-scoped variable 'Function'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(302)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(307)
 Cannot redeclare block-scoped variable 'String'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(473)
 Cannot redeclare block-scoped variable 'String'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(475)
 Cannot redeclare block-scoped variable 'Boolean'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(486)
 Cannot redeclare block-scoped variable 'Boolean'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(488)
 Cannot redeclare block-scoped variable 'Number'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(548)
 Cannot redeclare block-scoped variable 'Number'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(554)
 Cannot redeclare block-scoped variable 'Math'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(663)
 Cannot redeclare block-scoped variable 'Math'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(666)
 Cannot redeclare block-scoped variable 'Date'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(845)
 Cannot redeclare block-scoped variable 'Date'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(857)
 Cannot redeclare block-scoped variable 'RegExp'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(908)
 Cannot redeclare block-scoped variable 'RegExp'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(910)
 Cannot redeclare block-scoped variable 'Error'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(922)
 Cannot redeclare block-scoped variable 'Error'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(924)
 Cannot redeclare block-scoped variable 'EvalError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(933)
 Cannot redeclare block-scoped variable 'EvalError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(935)
 Cannot redeclare block-scoped variable 'RangeError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(944)
 Cannot redeclare block-scoped variable 'RangeError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(946)
 Cannot redeclare block-scoped variable 'ReferenceError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(955)
 Cannot redeclare block-scoped variable 'ReferenceError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(957)
 Cannot redeclare block-scoped variable 'SyntaxError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(966)
 Cannot redeclare block-scoped variable 'SyntaxError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(968)
 Cannot redeclare block-scoped variable 'TypeError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(977)
 Cannot redeclare block-scoped variable 'TypeError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(979)
 Cannot redeclare block-scoped variable 'URIError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(988)
 Cannot redeclare block-scoped variable 'URIError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(990)
 Cannot redeclare block-scoped variable 'JSON'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(1017)
 Cannot redeclare block-scoped variable 'JSON'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(1134)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(1137)
 Cannot redeclare block-scoped variable 'Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(1312)
 Cannot redeclare block-scoped variable 'Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(1323)
 Duplicate identifier 'ClassDecorator'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(1324)
 Duplicate identifier 'PropertyDecorator'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(1325)
 Duplicate identifier 'MethodDecorator'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(1326)
 Duplicate identifier 'ParameterDecorator'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(1328)
 Duplicate identifier 'PromiseConstructorLike'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(1374)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(1380)
 Duplicate identifier 'Partial'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(1387)
 Duplicate identifier 'Readonly'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(1394)
 Duplicate identifier 'Pick'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(1401)
 Duplicate identifier 'Record'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(1411)
 Cannot redeclare block-scoped variable 'ArrayBuffer'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(1428)
 Cannot redeclare block-scoped variable 'ArrayBuffer'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(1447)
 Cannot redeclare block-scoped variable 'DataView'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(1578)
 Cannot redeclare block-scoped variable 'DataView'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(1584)
 Cannot redeclare block-scoped variable 'Int8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(1851)
 Cannot redeclare block-scoped variable 'Int8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(1857)
 Cannot redeclare block-scoped variable 'Uint8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(2125)
 Cannot redeclare block-scoped variable 'Uint8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(2131)
 Cannot redeclare block-scoped variable 'Uint8ClampedArray'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(2398)
 Cannot redeclare block-scoped variable 'Uint8ClampedArray'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(2404)
 Cannot redeclare block-scoped variable 'Int16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(2672)
 Cannot redeclare block-scoped variable 'Int16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(2678)
 Cannot redeclare block-scoped variable 'Uint16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(2946)
 Cannot redeclare block-scoped variable 'Uint16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(2951)
 Cannot redeclare block-scoped variable 'Int32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(3218)
 Cannot redeclare block-scoped variable 'Int32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(3224)
 Cannot redeclare block-scoped variable 'Uint32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(3491)
 Cannot redeclare block-scoped variable 'Uint32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(3497)
 Cannot redeclare block-scoped variable 'Float32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(3765)
 Cannot redeclare block-scoped variable 'Float32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(3771)
 Cannot redeclare block-scoped variable 'Float64Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(4038)
 Cannot redeclare block-scoped variable 'Float64Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(4155)
 Cannot redeclare block-scoped variable 'String'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(4165)
 Cannot redeclare block-scoped variable 'Number'.
Error: packages/filtering/node_modules/typescript/lib/lib.es5.d.ts(4174)
 Cannot redeclare block-scoped variable 'Date'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(24)
 Cannot redeclare block-scoped variable 'NaN'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(25)
 Cannot redeclare block-scoped variable 'Infinity'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(94)
 Duplicate string index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(97)
 Cannot redeclare block-scoped variable 'Object'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(250)
 Cannot redeclare block-scoped variable 'Object'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(255)
 Cannot redeclare block-scoped variable 'Function'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(299)
 Cannot redeclare block-scoped variable 'Function'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(302)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(307)
 Cannot redeclare block-scoped variable 'String'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(473)
 Cannot redeclare block-scoped variable 'String'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(475)
 Cannot redeclare block-scoped variable 'Boolean'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(486)
 Cannot redeclare block-scoped variable 'Boolean'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(488)
 Cannot redeclare block-scoped variable 'Number'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(548)
 Cannot redeclare block-scoped variable 'Number'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(554)
 Cannot redeclare block-scoped variable 'Math'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(663)
 Cannot redeclare block-scoped variable 'Math'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(666)
 Cannot redeclare block-scoped variable 'Date'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(845)
 Cannot redeclare block-scoped variable 'Date'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(857)
 Cannot redeclare block-scoped variable 'RegExp'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(908)
 Cannot redeclare block-scoped variable 'RegExp'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(910)
 Cannot redeclare block-scoped variable 'Error'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(922)
 Cannot redeclare block-scoped variable 'Error'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(924)
 Cannot redeclare block-scoped variable 'EvalError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(933)
 Cannot redeclare block-scoped variable 'EvalError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(935)
 Cannot redeclare block-scoped variable 'RangeError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(944)
 Cannot redeclare block-scoped variable 'RangeError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(946)
 Cannot redeclare block-scoped variable 'ReferenceError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(955)
 Cannot redeclare block-scoped variable 'ReferenceError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(957)
 Cannot redeclare block-scoped variable 'SyntaxError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(966)
 Cannot redeclare block-scoped variable 'SyntaxError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(968)
 Cannot redeclare block-scoped variable 'TypeError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(977)
 Cannot redeclare block-scoped variable 'TypeError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(979)
 Cannot redeclare block-scoped variable 'URIError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(988)
 Cannot redeclare block-scoped variable 'URIError'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(990)
 Cannot redeclare block-scoped variable 'JSON'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(1017)
 Cannot redeclare block-scoped variable 'JSON'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(1134)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(1137)
 Cannot redeclare block-scoped variable 'Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(1312)
 Cannot redeclare block-scoped variable 'Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(1323)
 Duplicate identifier 'ClassDecorator'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(1324)
 Duplicate identifier 'PropertyDecorator'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(1325)
 Duplicate identifier 'MethodDecorator'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(1326)
 Duplicate identifier 'ParameterDecorator'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(1328)
 Duplicate identifier 'PromiseConstructorLike'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(1374)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(1380)
 Duplicate identifier 'Partial'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(1387)
 Duplicate identifier 'Readonly'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(1394)
 Duplicate identifier 'Pick'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(1401)
 Duplicate identifier 'Record'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(1411)
 Cannot redeclare block-scoped variable 'ArrayBuffer'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(1428)
 Cannot redeclare block-scoped variable 'ArrayBuffer'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(1447)
 Cannot redeclare block-scoped variable 'DataView'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(1578)
 Cannot redeclare block-scoped variable 'DataView'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(1584)
 Cannot redeclare block-scoped variable 'Int8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(1851)
 Cannot redeclare block-scoped variable 'Int8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(1857)
 Cannot redeclare block-scoped variable 'Uint8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(2125)
 Cannot redeclare block-scoped variable 'Uint8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(2131)
 Cannot redeclare block-scoped variable 'Uint8ClampedArray'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(2398)
 Cannot redeclare block-scoped variable 'Uint8ClampedArray'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(2404)
 Cannot redeclare block-scoped variable 'Int16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(2672)
 Cannot redeclare block-scoped variable 'Int16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(2678)
 Cannot redeclare block-scoped variable 'Uint16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(2946)
 Cannot redeclare block-scoped variable 'Uint16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(2951)
 Cannot redeclare block-scoped variable 'Int32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(3218)
 Cannot redeclare block-scoped variable 'Int32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(3224)
 Cannot redeclare block-scoped variable 'Uint32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(3491)
 Cannot redeclare block-scoped variable 'Uint32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(3497)
 Cannot redeclare block-scoped variable 'Float32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(3765)
 Cannot redeclare block-scoped variable 'Float32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(3771)
 Cannot redeclare block-scoped variable 'Float64Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(4038)
 Cannot redeclare block-scoped variable 'Float64Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(4155)
 Cannot redeclare block-scoped variable 'String'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(4165)
 Cannot redeclare block-scoped variable 'Number'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(4174)
 Cannot redeclare block-scoped variable 'Date'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(4197)
 Duplicate identifier 'PropertyKey'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(4199)
 Cannot redeclare block-scoped variable 'Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(4271)
 Cannot redeclare block-scoped variable 'Function'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(4278)
 Cannot redeclare block-scoped variable 'Math'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(4456)
 Cannot redeclare block-scoped variable 'Object'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(4570)
 Cannot redeclare block-scoped variable 'RegExp'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(4603)
 Cannot redeclare block-scoped variable 'String'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(4840)
 Cannot redeclare block-scoped variable 'Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(4959)
 Cannot redeclare block-scoped variable 'String'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(4968)
 Cannot redeclare block-scoped variable 'Int8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5000)
 Cannot redeclare block-scoped variable 'Uint8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5032)
 Cannot redeclare block-scoped variable 'Uint8ClampedArray'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5067)
 Cannot redeclare block-scoped variable 'Int16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5101)
 Cannot redeclare block-scoped variable 'Uint16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5133)
 Cannot redeclare block-scoped variable 'Int32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5165)
 Cannot redeclare block-scoped variable 'Uint32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5197)
 Cannot redeclare block-scoped variable 'Float32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5229)
 Cannot redeclare block-scoped variable 'Float64Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5657)
 Cannot redeclare block-scoped variable 'Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5673)
 Cannot redeclare block-scoped variable 'Date'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5713)
 Cannot redeclare block-scoped variable 'JSON'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5717)
 Cannot redeclare block-scoped variable 'Function'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5732)
 Cannot redeclare block-scoped variable 'Math'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5744)
 Cannot redeclare block-scoped variable 'RegExp'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5796)
 Cannot redeclare block-scoped variable 'String'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5837)
 Cannot redeclare block-scoped variable 'ArrayBuffer'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5841)
 Cannot redeclare block-scoped variable 'DataView'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5849)
 Cannot redeclare block-scoped variable 'Int8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5857)
 Cannot redeclare block-scoped variable 'Uint8Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5865)
 Cannot redeclare block-scoped variable 'Uint8ClampedArray'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5873)
 Cannot redeclare block-scoped variable 'Int16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5881)
 Cannot redeclare block-scoped variable 'Uint16Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5889)
 Cannot redeclare block-scoped variable 'Int32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5897)
 Cannot redeclare block-scoped variable 'Uint32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5905)
 Cannot redeclare block-scoped variable 'Float32Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(5913)
 Cannot redeclare block-scoped variable 'Float64Array'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(7071)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(7270)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(7617)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(7794)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(8059)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(8068)
 Duplicate string index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(8084)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(8137)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(9307)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(9897)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(10321)
 Duplicate string index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(11813)
 Duplicate string index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(13075)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(13300)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(13496)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(13595)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(13772)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(14119)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(14132)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(16349)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(16373)
 Duplicate string index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(16374)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(16423)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(16434)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(16591)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(16609)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(16662)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(16813)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(18637)
 Duplicate string index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(18643)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(18649)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(18908)
 Duplicate identifier 'EventListenerOrEventListenerObject'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19419)
 Cannot redeclare block-scoped variable 'name'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19598)
 Duplicate identifier 'AAGUID'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19599)
 Duplicate identifier 'AlgorithmIdentifier'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19600)
 Duplicate identifier 'ConstrainBoolean'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19601)
 Duplicate identifier 'ConstrainDOMString'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19602)
 Duplicate identifier 'ConstrainDouble'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19603)
 Duplicate identifier 'ConstrainLong'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19604)
 Duplicate identifier 'CryptoOperationData'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19605)
 Duplicate identifier 'GLbitfield'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19606)
 Duplicate identifier 'GLboolean'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19607)
 Duplicate identifier 'GLbyte'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19608)
 Duplicate identifier 'GLclampf'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19609)
 Duplicate identifier 'GLenum'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19610)
 Duplicate identifier 'GLfloat'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19611)
 Duplicate identifier 'GLint'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19612)
 Duplicate identifier 'GLintptr'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19613)
 Duplicate identifier 'GLshort'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19614)
 Duplicate identifier 'GLsizei'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19615)
 Duplicate identifier 'GLsizeiptr'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19616)
 Duplicate identifier 'GLubyte'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19617)
 Duplicate identifier 'GLuint'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19618)
 Duplicate identifier 'GLushort'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19619)
 Duplicate identifier 'IDBKeyPath'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19620)
 Duplicate identifier 'KeyFormat'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19621)
 Duplicate identifier 'KeyType'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19622)
 Duplicate identifier 'KeyUsage'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19623)
 Duplicate identifier 'MSInboundPayload'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19624)
 Duplicate identifier 'MSLocalClientEvent'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19625)
 Duplicate identifier 'MSOutboundPayload'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19626)
 Duplicate identifier 'RTCIceGatherCandidate'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19627)
 Duplicate identifier 'RTCTransport'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19628)
 Duplicate identifier 'payloadtype'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19629)
 Duplicate identifier 'ScrollBehavior'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19630)
 Duplicate identifier 'ScrollLogicalPosition'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19631)
 Duplicate identifier 'IDBValidKey'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19632)
 Duplicate identifier 'BufferSource'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19633)
 Duplicate identifier 'MouseWheelEvent'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19634)
 Duplicate identifier 'ScrollRestoration'.
Error: packages/filtering/node_modules/typescript/lib/lib.es6.d.ts(19932)
 Cannot redeclare block-scoped variable 'Date'.
Error: packages/filtering/node_modules/typescript/lib/lib.webworker.d.ts(230)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.webworker.d.ts(261)
 Subsequent variable declarations must have the same type.  Variable 'srcElement' must be of type 'Element', but here has type 'any'.
Error: packages/filtering/node_modules/typescript/lib/lib.webworker.d.ts(309)
 Duplicate number index signature.
Error: packages/filtering/node_modules/typescript/lib/lib.webworker.d.ts(663)
 Subsequent variable declarations must have the same type.  Variable 'source' must be of type 'Window', but here has type 'any'.
Error: packages/filtering/node_modules/typescript/lib/lib.webworker.d.ts(1210)
 Duplicate identifier 'EventListenerOrEventListenerObject'.
Error: packages/filtering/node_modules/typescript/lib/lib.webworker.d.ts(1242)
 Subsequent variable declarations must have the same type.  Variable 'location' must be of type 'Location', but here has type 'WorkerLocation'.
Error: packages/filtering/node_modules/typescript/lib/lib.webworker.d.ts(1243)
 Subsequent variable declarations must have the same type.  Variable 'onerror' must be of type 'ErrorEventHandler', but here has type '(this: WorkerGlobalScope, ev: ErrorEvent) => any'.
Error: packages/filtering/node_modules/typescript/lib/lib.webworker.d.ts(1244)
 Subsequent variable declarations must have the same type.  Variable 'self' must be of type 'Window', but here has type 'WorkerGlobalScope'.
Error: packages/filtering/node_modules/typescript/lib/lib.webworker.d.ts(1252)
 Subsequent variable declarations must have the same type.  Variable 'navigator' must be of type 'Navigator', but here has type 'WorkerNavigator'.
Error: packages/filtering/node_modules/typescript/lib/lib.webworker.d.ts(1265)
 Subsequent variable declarations must have the same type.  Variable 'onmessage' must be of type '(this: Window, ev: MessageEvent) => any', but here has type '(this: WorkerGlobalScope, ev: MessageEvent) => any'.
Error: packages/filtering/node_modules/typescript/lib/lib.webworker.d.ts(1270)
 Duplicate identifier 'AlgorithmIdentifier'.
Error: packages/filtering/node_modules/typescript/lib/lib.webworker.d.ts(1271)
 Duplicate identifier 'IDBKeyPath'.
Error: packages/filtering/node_modules/typescript/lib/lib.webworker.d.ts(1272)
 Duplicate identifier 'IDBValidKey'.
Error: packages/filtering/node_modules/typescript/lib/lib.webworker.d.ts(1273)
 Duplicate identifier 'BufferSource'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(0)
 File 'packages/filtering/node_modules/src/server/types.d.ts' not found.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(882)
 Duplicate identifier 'Path'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(898)
 Duplicate identifier 'SyntaxKind'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1227)
 Duplicate identifier 'NodeFlags'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1254)
 Duplicate identifier 'ModifierFlags'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1274)
 Duplicate identifier 'JsxFlags'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1312)
 Duplicate identifier 'DotDotDotToken'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1313)
 Duplicate identifier 'QuestionToken'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1314)
 Duplicate identifier 'ColonToken'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1315)
 Duplicate identifier 'EqualsToken'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1316)
 Duplicate identifier 'AsteriskToken'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1317)
 Duplicate identifier 'EqualsGreaterThanToken'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1318)
 Duplicate identifier 'EndOfFileToken'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1319)
 Duplicate identifier 'AtToken'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1320)
 Duplicate identifier 'ReadonlyToken'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1321)
 Duplicate identifier 'Modifier'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1322)
 Duplicate identifier 'ModifiersArray'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1349)
 Duplicate identifier 'EntityName'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1350)
 Duplicate identifier 'PropertyName'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1351)
 Duplicate identifier 'DeclarationName'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1385)
 Duplicate identifier 'BindingName'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1430)
 Duplicate identifier 'ObjectLiteralElementLike'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1467)
 Duplicate identifier 'BindingPattern'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1468)
 Duplicate identifier 'ArrayBindingElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1506)
 Duplicate identifier 'AccessorDeclaration'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1610)
 Duplicate identifier 'PrefixUnaryOperator'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1616)
 Duplicate identifier 'PostfixUnaryOperator'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1664)
 Duplicate identifier 'ExponentiationOperator'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1665)
 Duplicate identifier 'MultiplicativeOperator'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1666)
 Duplicate identifier 'MultiplicativeOperatorOrHigher'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1667)
 Duplicate identifier 'AdditiveOperator'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1668)
 Duplicate identifier 'AdditiveOperatorOrHigher'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1669)
 Duplicate identifier 'ShiftOperator'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1670)
 Duplicate identifier 'ShiftOperatorOrHigher'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1671)
 Duplicate identifier 'RelationalOperator'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1672)
 Duplicate identifier 'RelationalOperatorOrHigher'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1673)
 Duplicate identifier 'EqualityOperator'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1674)
 Duplicate identifier 'EqualityOperatorOrHigher'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1675)
 Duplicate identifier 'BitwiseOperator'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1676)
 Duplicate identifier 'BitwiseOperatorOrHigher'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1677)
 Duplicate identifier 'LogicalOperator'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1678)
 Duplicate identifier 'LogicalOperatorOrHigher'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1679)
 Duplicate identifier 'CompoundAssignmentOperator'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1680)
 Duplicate identifier 'AssignmentOperator'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1681)
 Duplicate identifier 'AssignmentOperatorOrHigher'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1682)
 Duplicate identifier 'BinaryOperator'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1683)
 Duplicate identifier 'BinaryOperatorToken'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1690)
 Duplicate identifier 'AssignmentOperatorToken'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1701)
 Duplicate identifier 'DestructuringAssignment'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1702)
 Duplicate identifier 'BindingOrAssignmentElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1703)
 Duplicate identifier 'BindingOrAssignmentElementRestIndicator'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1704)
 Duplicate identifier 'BindingOrAssignmentElementTarget'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1705)
 Duplicate identifier 'ObjectBindingOrAssignmentPattern'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1706)
 Duplicate identifier 'ArrayBindingOrAssignmentPattern'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1707)
 Duplicate identifier 'AssignmentPattern'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1708)
 Duplicate identifier 'BindingOrAssignmentPattern'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1717)
 Duplicate identifier 'FunctionBody'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1718)
 Duplicate identifier 'ConciseBody'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1757)
 Duplicate identifier 'TemplateLiteral'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1788)
 Duplicate identifier 'EntityNameExpression'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1789)
 Duplicate identifier 'EntityNameOrEntityNameExpression'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1810)
 Duplicate identifier 'SuperProperty'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1836)
 Duplicate identifier 'CallLikeExpression'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1847)
 Duplicate identifier 'AssertionExpression'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1858)
 Duplicate identifier 'JsxTagNameExpression'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1869)
 Duplicate identifier 'JsxOpeningLikeElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1870)
 Duplicate identifier 'JsxAttributeLike'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1891)
 Duplicate identifier 'JsxChild'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1914)
 Duplicate identifier 'BlockLike'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1948)
 Duplicate identifier 'ForInitializer'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(1973)
 Duplicate identifier 'BreakOrContinueStatement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2002)
 Duplicate identifier 'CaseOrDefaultClause'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2023)
 Duplicate identifier 'DeclarationWithTypeParameters'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2074)
 Duplicate identifier 'ModuleBody'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2075)
 Duplicate identifier 'ModuleName'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2093)
 Duplicate identifier 'ModuleReference'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2108)
 Duplicate identifier 'NamedImportBindings'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2136)
 Duplicate identifier 'NamedImportsOrExports'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2147)
 Duplicate identifier 'ImportOrExportSpecifier'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2227)
 Duplicate identifier 'JSDocTypeReferencingNode'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2287)
 Duplicate identifier 'FlowFlags'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2330)
 Duplicate identifier 'FlowType'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2389)
 Duplicate identifier 'OperationCanceledException'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2439)
 Duplicate identifier 'Success'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2440)
 Duplicate identifier 'DiagnosticsPresent_OutputsSkipped'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2441)
 Duplicate identifier 'DiagnosticsPresent_OutputsGenerated'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2531)
 Duplicate identifier 'TypeFormatFlags'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2545)
 Duplicate identifier 'SymbolFormatFlags'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2559)
 Duplicate identifier 'TypePredicateKind'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2575)
 Duplicate identifier 'TypePredicate'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2631)
 Duplicate identifier 'SymbolFlags'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2740)
 Duplicate identifier 'SymbolTable'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2787)
 Duplicate identifier 'TypeFlags'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2832)
 Duplicate identifier 'DestructuringPattern'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2855)
 Duplicate identifier 'ObjectFlags'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2903)
 Duplicate identifier 'StructuredType'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2953)
 Duplicate identifier 'SignatureKind'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(2974)
 Duplicate identifier 'IndexKind'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3036)
 Duplicate identifier 'Warning'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3037)
 Duplicate identifier 'Error'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3038)
 Duplicate identifier 'Message'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3041)
 Duplicate identifier 'Classic'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3042)
 Duplicate identifier 'NodeJs'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3044)
 Duplicate identifier 'CompilerOptionsValue'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3140)
 Duplicate identifier 'None'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3141)
 Duplicate identifier 'CommonJS'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3142)
 Duplicate identifier 'AMD'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3143)
 Duplicate identifier 'UMD'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3144)
 Duplicate identifier 'System'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3145)
 Duplicate identifier 'ES2015'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3147)
 Duplicate identifier 'JsxEmit'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3152)
 Duplicate identifier 'NewLineKind'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3160)
 Duplicate identifier 'ScriptKind'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3167)
 Duplicate identifier 'ScriptTarget'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3176)
 Duplicate identifier 'LanguageVariant'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3193)
 Duplicate identifier 'WatchDirectoryFlags'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3368)
 Duplicate identifier 'Ts'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3369)
 Duplicate identifier 'Tsx'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3370)
 Duplicate identifier 'Dts'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3371)
 Duplicate identifier 'Js'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3372)
 Duplicate identifier 'Jsx'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3373)
 Duplicate identifier 'LastTypeScriptExtension'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3586)
 Cannot redeclare block-scoped variable 'version'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3792)
 Duplicate identifier 'FileWatcherCallback'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3793)
 Duplicate identifier 'DirectoryWatcherCallback'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(3834)
 Cannot redeclare block-scoped variable 'sys'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(8824)
 Cannot find name 'ActionSet'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(8825)
 Cannot find name 'ActionInvalidate'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(8826)
 Cannot find name 'EventBeginInstallTypes'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(8827)
 Cannot find name 'EventEndInstallTypes'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(8864)
 Cannot find name 'SortedReadonlyArray'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(8864)
 Cannot find name 'DiscoverTypings'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(8870)
 Cannot find name 'ServerHost'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(8896)
 Cannot find name 'SortedReadonlyArray'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(8900)
 Cannot find name 'ServerHost'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(8909)
 Cannot find name 'ServerHost'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(9344)
 Cannot redeclare block-scoped variable 'unchangedTextChangeRange'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(9998)
 Duplicate identifier 'TextChange'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10033)
 Cannot redeclare block-scoped variable 'none'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10034)
 Cannot redeclare block-scoped variable 'definition'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10035)
 Cannot redeclare block-scoped variable 'reference'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10036)
 Cannot redeclare block-scoped variable 'writtenReference'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10055)
 Duplicate identifier 'None'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10056)
 Duplicate identifier 'Block'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10057)
 Duplicate identifier 'Smart'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10125)
 Duplicate identifier 'aliasName'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10126)
 Duplicate identifier 'className'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10127)
 Duplicate identifier 'enumName'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10128)
 Duplicate identifier 'fieldName'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10129)
 Duplicate identifier 'interfaceName'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10130)
 Duplicate identifier 'keyword'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10131)
 Duplicate identifier 'lineBreak'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10132)
 Duplicate identifier 'numericLiteral'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10133)
 Duplicate identifier 'stringLiteral'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10134)
 Duplicate identifier 'localName'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10135)
 Duplicate identifier 'methodName'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10136)
 Duplicate identifier 'moduleName'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10137)
 Duplicate identifier 'operator'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10138)
 Duplicate identifier 'parameterName'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10139)
 Duplicate identifier 'propertyName'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10140)
 Duplicate identifier 'punctuation'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10141)
 Duplicate identifier 'space'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10142)
 Duplicate identifier 'text'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10143)
 Duplicate identifier 'typeParameterName'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10144)
 Duplicate identifier 'enumMemberName'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10145)
 Duplicate identifier 'functionName'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10146)
 Duplicate identifier 'regularExpressionLiteral'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10226)
 Duplicate identifier 'OutputFileType'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10236)
 Duplicate identifier 'EndOfLineState'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10246)
 Duplicate identifier 'Punctuation'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10247)
 Duplicate identifier 'Keyword'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10248)
 Duplicate identifier 'Operator'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10249)
 Duplicate identifier 'Comment'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10250)
 Duplicate identifier 'Whitespace'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10251)
 Duplicate identifier 'Identifier'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10252)
 Duplicate identifier 'NumberLiteral'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10253)
 Duplicate identifier 'StringLiteral'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10254)
 Duplicate identifier 'RegExpLiteral'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10269)
 Cannot redeclare block-scoped variable 'unknown'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10270)
 Cannot redeclare block-scoped variable 'warning'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10271)
 Cannot redeclare block-scoped variable 'keyword'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10272)
 Cannot redeclare block-scoped variable 'scriptElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10273)
 Cannot redeclare block-scoped variable 'moduleElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10274)
 Cannot redeclare block-scoped variable 'classElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10275)
 Cannot redeclare block-scoped variable 'localClassElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10276)
 Cannot redeclare block-scoped variable 'interfaceElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10277)
 Cannot redeclare block-scoped variable 'typeElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10278)
 Cannot redeclare block-scoped variable 'enumElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10279)
 Cannot redeclare block-scoped variable 'enumMemberElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10280)
 Cannot redeclare block-scoped variable 'variableElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10281)
 Cannot redeclare block-scoped variable 'localVariableElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10282)
 Cannot redeclare block-scoped variable 'functionElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10283)
 Cannot redeclare block-scoped variable 'localFunctionElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10284)
 Cannot redeclare block-scoped variable 'memberFunctionElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10285)
 Cannot redeclare block-scoped variable 'memberGetAccessorElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10286)
 Cannot redeclare block-scoped variable 'memberSetAccessorElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10287)
 Cannot redeclare block-scoped variable 'memberVariableElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10288)
 Cannot redeclare block-scoped variable 'constructorImplementationElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10289)
 Cannot redeclare block-scoped variable 'callSignatureElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10290)
 Cannot redeclare block-scoped variable 'indexSignatureElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10291)
 Cannot redeclare block-scoped variable 'constructSignatureElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10292)
 Cannot redeclare block-scoped variable 'parameterElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10293)
 Cannot redeclare block-scoped variable 'typeParameterElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10294)
 Cannot redeclare block-scoped variable 'primitiveType'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10295)
 Cannot redeclare block-scoped variable 'label'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10296)
 Cannot redeclare block-scoped variable 'alias'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10297)
 Cannot redeclare block-scoped variable 'constElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10298)
 Cannot redeclare block-scoped variable 'letElement'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10299)
 Cannot redeclare block-scoped variable 'directory'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10300)
 Cannot redeclare block-scoped variable 'externalModuleName'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10303)
 Cannot redeclare block-scoped variable 'none'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10304)
 Cannot redeclare block-scoped variable 'publicMemberModifier'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10305)
 Cannot redeclare block-scoped variable 'privateMemberModifier'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10306)
 Cannot redeclare block-scoped variable 'protectedMemberModifier'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10307)
 Cannot redeclare block-scoped variable 'exportedModifier'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10308)
 Cannot redeclare block-scoped variable 'ambientModifier'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10309)
 Cannot redeclare block-scoped variable 'staticModifier'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10310)
 Cannot redeclare block-scoped variable 'abstractModifier'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10312)
 Duplicate identifier 'ClassificationTypeNames'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10337)
 Duplicate identifier 'ClassificationType'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(10493)
 Duplicate identifier 'DocumentRegistryBucketKey'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(11029)
 Cannot redeclare block-scoped variable 'servicesVersion'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(11039)
 Cannot redeclare block-scoped variable 'disableIncrementalParsing'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(11054)
 Cannot find name 'ServerHost'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(11085)
 Cannot find name 'ServerHost'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(11125)
 Cannot find name 'ServerHost'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(11155)
 Cannot find name 'SortedReadonlyArray'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(11165)
 Cannot find name 'SortedReadonlyArray'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(11165)
 Cannot find name 'SortedReadonlyArray'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(11166)
 Cannot find name 'SortedReadonlyArray'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(11375)
 Cannot find name 'ServerHost'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(11397)
 Cannot find name 'ServerHost'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(11402)
 Cannot find name 'SetTypings'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(11402)
 Cannot find name 'InvalidateCachedTypings'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(11551)
 Cannot find name 'ServerHost'.
Error: packages/filtering/node_modules/typescript/lib/tsserverlibrary.d.ts(11692)
 Cannot find name 'ServerHost'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(17)
 Duplicate string index signature.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(22)
 Duplicate identifier 'Path'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(38)
 Duplicate identifier 'SyntaxKind'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(367)
 Duplicate identifier 'NodeFlags'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(394)
 Duplicate identifier 'ModifierFlags'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(414)
 Duplicate identifier 'JsxFlags'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(435)
 Duplicate identifier 'DotDotDotToken'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(436)
 Duplicate identifier 'QuestionToken'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(437)
 Duplicate identifier 'ColonToken'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(438)
 Duplicate identifier 'EqualsToken'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(439)
 Duplicate identifier 'AsteriskToken'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(440)
 Duplicate identifier 'EqualsGreaterThanToken'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(441)
 Duplicate identifier 'EndOfFileToken'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(442)
 Duplicate identifier 'AtToken'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(443)
 Duplicate identifier 'ReadonlyToken'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(444)
 Duplicate identifier 'Modifier'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(445)
 Duplicate identifier 'ModifiersArray'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(460)
 Duplicate identifier 'EntityName'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(461)
 Duplicate identifier 'PropertyName'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(462)
 Duplicate identifier 'DeclarationName'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(496)
 Duplicate identifier 'BindingName'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(541)
 Duplicate identifier 'ObjectLiteralElementLike'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(578)
 Duplicate identifier 'BindingPattern'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(579)
 Duplicate identifier 'ArrayBindingElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(625)
 Duplicate identifier 'AccessorDeclaration'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(724)
 Duplicate identifier 'PrefixUnaryOperator'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(730)
 Duplicate identifier 'PostfixUnaryOperator'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(778)
 Duplicate identifier 'ExponentiationOperator'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(779)
 Duplicate identifier 'MultiplicativeOperator'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(780)
 Duplicate identifier 'MultiplicativeOperatorOrHigher'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(781)
 Duplicate identifier 'AdditiveOperator'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(782)
 Duplicate identifier 'AdditiveOperatorOrHigher'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(783)
 Duplicate identifier 'ShiftOperator'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(784)
 Duplicate identifier 'ShiftOperatorOrHigher'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(785)
 Duplicate identifier 'RelationalOperator'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(786)
 Duplicate identifier 'RelationalOperatorOrHigher'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(787)
 Duplicate identifier 'EqualityOperator'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(788)
 Duplicate identifier 'EqualityOperatorOrHigher'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(789)
 Duplicate identifier 'BitwiseOperator'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(790)
 Duplicate identifier 'BitwiseOperatorOrHigher'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(791)
 Duplicate identifier 'LogicalOperator'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(792)
 Duplicate identifier 'LogicalOperatorOrHigher'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(793)
 Duplicate identifier 'CompoundAssignmentOperator'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(794)
 Duplicate identifier 'AssignmentOperator'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(795)
 Duplicate identifier 'AssignmentOperatorOrHigher'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(796)
 Duplicate identifier 'BinaryOperator'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(797)
 Duplicate identifier 'BinaryOperatorToken'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(804)
 Duplicate identifier 'AssignmentOperatorToken'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(815)
 Duplicate identifier 'DestructuringAssignment'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(816)
 Duplicate identifier 'BindingOrAssignmentElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(817)
 Duplicate identifier 'BindingOrAssignmentElementRestIndicator'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(818)
 Duplicate identifier 'BindingOrAssignmentElementTarget'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(819)
 Duplicate identifier 'ObjectBindingOrAssignmentPattern'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(820)
 Duplicate identifier 'ArrayBindingOrAssignmentPattern'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(821)
 Duplicate identifier 'AssignmentPattern'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(822)
 Duplicate identifier 'BindingOrAssignmentPattern'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(831)
 Duplicate identifier 'FunctionBody'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(832)
 Duplicate identifier 'ConciseBody'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(870)
 Duplicate identifier 'TemplateLiteral'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(905)
 Duplicate identifier 'EntityNameExpression'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(906)
 Duplicate identifier 'EntityNameOrEntityNameExpression'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(928)
 Duplicate identifier 'SuperProperty'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(954)
 Duplicate identifier 'CallLikeExpression'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(965)
 Duplicate identifier 'AssertionExpression'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(976)
 Duplicate identifier 'JsxTagNameExpression'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(987)
 Duplicate identifier 'JsxOpeningLikeElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(988)
 Duplicate identifier 'JsxAttributeLike'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1009)
 Duplicate identifier 'JsxChild'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1023)
 Duplicate identifier 'BlockLike'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1053)
 Duplicate identifier 'ForInitializer'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1078)
 Duplicate identifier 'BreakOrContinueStatement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1107)
 Duplicate identifier 'CaseOrDefaultClause'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1128)
 Duplicate identifier 'DeclarationWithTypeParameters'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1179)
 Duplicate identifier 'ModuleBody'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1180)
 Duplicate identifier 'ModuleName'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1198)
 Duplicate identifier 'ModuleReference'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1213)
 Duplicate identifier 'NamedImportBindings'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1241)
 Duplicate identifier 'NamedImportsOrExports'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1252)
 Duplicate identifier 'ImportOrExportSpecifier'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1332)
 Duplicate identifier 'JSDocTypeReferencingNode'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1395)
 Duplicate identifier 'FlowFlags'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1438)
 Duplicate identifier 'FlowType'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1490)
 Duplicate identifier 'OperationCanceledException'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1555)
 Duplicate identifier 'Success'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1556)
 Duplicate identifier 'DiagnosticsPresent_OutputsSkipped'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1557)
 Duplicate identifier 'DiagnosticsPresent_OutputsGenerated'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1633)
 Duplicate identifier 'TypeFormatFlags'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1647)
 Duplicate identifier 'SymbolFormatFlags'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1652)
 Duplicate identifier 'TypePredicateKind'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1668)
 Duplicate identifier 'TypePredicate'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1669)
 Duplicate identifier 'SymbolFlags'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1745)
 Duplicate identifier 'SymbolTable'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1746)
 Duplicate identifier 'TypeFlags'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1781)
 Duplicate identifier 'DestructuringPattern'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1800)
 Duplicate identifier 'ObjectFlags'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1842)
 Duplicate identifier 'StructuredType'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1860)
 Duplicate identifier 'SignatureKind'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1869)
 Duplicate identifier 'IndexKind'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1910)
 Duplicate identifier 'Warning'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1911)
 Duplicate identifier 'Error'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1912)
 Duplicate identifier 'Message'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1915)
 Duplicate identifier 'Classic'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1916)
 Duplicate identifier 'NodeJs'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1918)
 Duplicate identifier 'CompilerOptionsValue'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1982)
 Duplicate string index signature.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(1989)
 Duplicate string index signature.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2001)
 Duplicate identifier 'None'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2002)
 Duplicate identifier 'CommonJS'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2003)
 Duplicate identifier 'AMD'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2004)
 Duplicate identifier 'UMD'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2005)
 Duplicate identifier 'System'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2006)
 Duplicate identifier 'ES2015'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2008)
 Duplicate identifier 'JsxEmit'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2013)
 Duplicate identifier 'NewLineKind'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2021)
 Duplicate identifier 'ScriptKind'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2028)
 Duplicate identifier 'ScriptTarget'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2037)
 Duplicate identifier 'LanguageVariant'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2051)
 Duplicate identifier 'WatchDirectoryFlags'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2098)
 Duplicate identifier 'Ts'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2099)
 Duplicate identifier 'Tsx'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2100)
 Duplicate identifier 'Dts'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2101)
 Duplicate identifier 'Js'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2102)
 Duplicate identifier 'Jsx'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2103)
 Duplicate identifier 'LastTypeScriptExtension'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2150)
 Cannot redeclare block-scoped variable 'version'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2153)
 Duplicate identifier 'FileWatcherCallback'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2154)
 Duplicate identifier 'DirectoryWatcherCallback'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2197)
 Cannot redeclare block-scoped variable 'sys'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2272)
 Cannot redeclare block-scoped variable 'unchangedTextChangeRange'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2612)
 Duplicate identifier 'TextChange'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2650)
 Cannot redeclare block-scoped variable 'none'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2651)
 Cannot redeclare block-scoped variable 'definition'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2652)
 Cannot redeclare block-scoped variable 'reference'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2653)
 Cannot redeclare block-scoped variable 'writtenReference'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2672)
 Duplicate identifier 'None'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2673)
 Duplicate identifier 'Block'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2674)
 Duplicate identifier 'Smart'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2742)
 Duplicate identifier 'aliasName'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2743)
 Duplicate identifier 'className'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2744)
 Duplicate identifier 'enumName'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2745)
 Duplicate identifier 'fieldName'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2746)
 Duplicate identifier 'interfaceName'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2747)
 Duplicate identifier 'keyword'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2748)
 Duplicate identifier 'lineBreak'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2749)
 Duplicate identifier 'numericLiteral'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2750)
 Duplicate identifier 'stringLiteral'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2751)
 Duplicate identifier 'localName'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2752)
 Duplicate identifier 'methodName'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2753)
 Duplicate identifier 'moduleName'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2754)
 Duplicate identifier 'operator'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2755)
 Duplicate identifier 'parameterName'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2756)
 Duplicate identifier 'propertyName'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2757)
 Duplicate identifier 'punctuation'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2758)
 Duplicate identifier 'space'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2759)
 Duplicate identifier 'text'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2760)
 Duplicate identifier 'typeParameterName'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2761)
 Duplicate identifier 'enumMemberName'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2762)
 Duplicate identifier 'functionName'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2763)
 Duplicate identifier 'regularExpressionLiteral'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2868)
 Duplicate identifier 'OutputFileType'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2878)
 Duplicate identifier 'EndOfLineState'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2888)
 Duplicate identifier 'Punctuation'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2889)
 Duplicate identifier 'Keyword'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2890)
 Duplicate identifier 'Operator'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2891)
 Duplicate identifier 'Comment'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2892)
 Duplicate identifier 'Whitespace'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2893)
 Duplicate identifier 'Identifier'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2894)
 Duplicate identifier 'NumberLiteral'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2895)
 Duplicate identifier 'StringLiteral'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2896)
 Duplicate identifier 'RegExpLiteral'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2931)
 Cannot redeclare block-scoped variable 'unknown'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2932)
 Cannot redeclare block-scoped variable 'warning'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2934)
 Cannot redeclare block-scoped variable 'keyword'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2936)
 Cannot redeclare block-scoped variable 'scriptElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2938)
 Cannot redeclare block-scoped variable 'moduleElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2940)
 Cannot redeclare block-scoped variable 'classElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2942)
 Cannot redeclare block-scoped variable 'localClassElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2944)
 Cannot redeclare block-scoped variable 'interfaceElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2946)
 Cannot redeclare block-scoped variable 'typeElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2948)
 Cannot redeclare block-scoped variable 'enumElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2949)
 Cannot redeclare block-scoped variable 'enumMemberElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2954)
 Cannot redeclare block-scoped variable 'variableElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2956)
 Cannot redeclare block-scoped variable 'localVariableElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2961)
 Cannot redeclare block-scoped variable 'functionElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2963)
 Cannot redeclare block-scoped variable 'localFunctionElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2965)
 Cannot redeclare block-scoped variable 'memberFunctionElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2967)
 Cannot redeclare block-scoped variable 'memberGetAccessorElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2968)
 Cannot redeclare block-scoped variable 'memberSetAccessorElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2973)
 Cannot redeclare block-scoped variable 'memberVariableElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2975)
 Cannot redeclare block-scoped variable 'constructorImplementationElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2977)
 Cannot redeclare block-scoped variable 'callSignatureElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2979)
 Cannot redeclare block-scoped variable 'indexSignatureElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2981)
 Cannot redeclare block-scoped variable 'constructSignatureElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2983)
 Cannot redeclare block-scoped variable 'parameterElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2984)
 Cannot redeclare block-scoped variable 'typeParameterElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2985)
 Cannot redeclare block-scoped variable 'primitiveType'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2986)
 Cannot redeclare block-scoped variable 'label'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2987)
 Cannot redeclare block-scoped variable 'alias'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2988)
 Cannot redeclare block-scoped variable 'constElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2989)
 Cannot redeclare block-scoped variable 'letElement'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2990)
 Cannot redeclare block-scoped variable 'directory'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2991)
 Cannot redeclare block-scoped variable 'externalModuleName'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2994)
 Cannot redeclare block-scoped variable 'none'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2995)
 Cannot redeclare block-scoped variable 'publicMemberModifier'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2996)
 Cannot redeclare block-scoped variable 'privateMemberModifier'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2997)
 Cannot redeclare block-scoped variable 'protectedMemberModifier'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2998)
 Cannot redeclare block-scoped variable 'exportedModifier'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(2999)
 Cannot redeclare block-scoped variable 'ambientModifier'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(3000)
 Cannot redeclare block-scoped variable 'staticModifier'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(3001)
 Cannot redeclare block-scoped variable 'abstractModifier'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(3003)
 Duplicate identifier 'ClassificationTypeNames'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(3028)
 Duplicate identifier 'ClassificationType'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(3119)
 Duplicate identifier 'DocumentRegistryBucketKey'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(3145)
 Cannot redeclare block-scoped variable 'servicesVersion'.
Error: packages/filtering/node_modules/typescript/lib/typescriptServices.d.ts(3154)
 Cannot redeclare block-scoped variable 'disableIncrementalParsing'.

My tsconfig.json is:

{
  "compilerOptions": {
    "declaration": true,
    "module": "commonjs",
    "target": "es5",
    "outDir": "lib",
    "lib": ["es5", "es6", "dom"],
    "noImplicitAny": true,
    "noImplicitReturns": true,
    "noImplicitThis": true,
    "noUnusedParameters": true,
    "noUnusedLocals": true,
    "strictNullChecks": true,
    "preserveConstEnums": true
  },
  "include": [
    "src/**/*.ts",
    "types/**/*.ts"
  ],
  "exclude": [
    "node_modules"
  ]
}

Most helpful comment

I'm using TypeDoc 0.6.0 and this issue is still here

All 3 comments

I had the same issue when trying to typedoc an entire project directory. I was able to get around the issue by directly applying typedoc to a source file directory.

typedoc --out my-docs src/

There's a bug fix coming when #387 is released that should fix this.

I'm using TypeDoc 0.6.0 and this issue is still here

Was this page helpful?
0 / 5 - 0 ratings