mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-28 20:00:02 +00:00
[TS] Don't generate self-imports with --ts-flat-file (#7340)
The logic to manage generating typescript in a single file was generating self imports and unused local names, which triggered some linters. This resolves #7191
This commit is contained in:
@@ -81,6 +81,7 @@ def flatbuffer_ts_library(
|
||||
],
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"noUnusedLocals": True,
|
||||
"strict": True,
|
||||
"types": ["node"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user