mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-05 04:58:57 +00:00
29 lines
613 B
JSON
29 lines
613 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"lib": [
|
|
"ES2020",
|
|
"DOM"
|
|
],
|
|
"module": "NodeNext",
|
|
"declaration": true,
|
|
"strict": true,
|
|
"isolatedModules": true,
|
|
"isolatedDeclarations": 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"
|
|
]
|
|
}
|