mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-08 22:20:56 +00:00
Improve TS types to support isolatedModules and isolatedDeclarations
This commit is contained in:
@@ -228,6 +228,11 @@ print(
|
||||
" no_import_ext..."
|
||||
)
|
||||
check_call(["../../node_modules/.bin/tsc", "-p", "./tsconfig.node.json"])
|
||||
print(
|
||||
"Running TypeScript Compiler with isolatedDeclarations and"
|
||||
" isolatedModules..."
|
||||
)
|
||||
check_call(["../../node_modules/.bin/tsc", "-p", "./tsconfig.isolated.json"])
|
||||
|
||||
NODE_CMD = ["node"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user