mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-01 11:31:37 +00:00
Improve TS types to support isolatedModules and isolatedDeclarations
This commit is contained in:
8
tests/ts/tsconfig.isolated.json
Normal file
8
tests/ts/tsconfig.isolated.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"isolatedDeclarations": true,
|
||||
"isolatedModules": true,
|
||||
"skipLibCheck": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user