Is there an existing issue for this?
Code of Conduct
Victory version
36.9.2
Bug report
With typescript version 6 the type definitions errors with:
node_modules/victory-core/lib/victory-util/immutable-types.d.ts:120:15 - error TS1540: A 'namespace' declaration should not be declared using the 'module' keyword. Please use the 'namespace' keyword instead.
120 export module List {
~~~~
Is there an existing issue for this?
Code of Conduct
Victory version
36.9.2
Bug report
With typescript version 6 the type definitions errors with:
node_modules/victory-core/lib/victory-util/immutable-types.d.ts:120:15 - error TS1540: A 'namespace' declaration should not be declared using the 'module' keyword. Please use the 'namespace' keyword instead. 120 export module List { ~~~~