mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 10:30:02 +00:00
Improve TS types to support isolatedModules and isolatedDeclarations
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
],
|
||||
"module": "NodeNext",
|
||||
"declaration": true,
|
||||
"strict": true
|
||||
"strict": true,
|
||||
"isolatedModules": true,
|
||||
"isolatedDeclarations": true
|
||||
},
|
||||
"include": [
|
||||
"monster_test.ts",
|
||||
@@ -23,4 +25,4 @@
|
||||
"longer-namespace/**/*.ts",
|
||||
"relative_imports/**/*.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user