mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Fixes an issue where exports were using incorrect relative paths for >=3 namespace levels. This is fixed by making the starting range of the namespace components relative to the amount of components. Co-authored-by: Björn Harrtell <bjornharrtell@users.noreply.github.com>
23 lines
500 B
JSON
23 lines
500 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"lib": ["ES2020", "DOM"],
|
|
"module": "NodeNext",
|
|
"declaration": true,
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"monster_test.ts",
|
|
"typescript_keywords.ts",
|
|
"my-game/**/*.ts",
|
|
"typescript/**/*.ts",
|
|
"optional_scalars/**/*.ts",
|
|
"namespace_test/**/*.ts",
|
|
"union_vector/**/*.ts",
|
|
"arrays_test_complex/**/*.ts",
|
|
"union_underlying_type_test.ts",
|
|
"long-namespace/**/*.ts",
|
|
"longer-namespace/**/*.ts"
|
|
]
|
|
}
|