forked from BigfootDev/flatbuffers
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