mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 05:22:17 +00:00
Improve TS types to support isolatedModules and isolatedDeclarations
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
"outDir": "./js",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"isolatedModules": true,
|
||||
"isolatedDeclarations": true
|
||||
},
|
||||
"include": [
|
||||
"ts/**/*.ts"
|
||||
|
||||
Reference in New Issue
Block a user