osrm-backend/third_party/flatbuffers/tests/ts/tsconfig.json

21 lines
438 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"
]
}