mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
* Refactor logic that generates import paths in AddImport * Add new tests to validate relative import path fix * Generate goldens * Generate example code * Format TS generator file * Revert "Format TS generator file" This reverts commit 0f0b24aee9762b5ebac492af1560ab1e2a190581. * Fix merge conflicts --------- Co-authored-by: Björn Harrtell <bjornharrtell@users.noreply.github.com>
26 lines
No EOL
549 B
JSON
26 lines
No EOL
549 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",
|
|
"relative_imports/**/*.ts"
|
|
]
|
|
} |