mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 16:28:06 +00:00
Add new tests to validate relative import path fix
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"lib": ["ES2020", "DOM"],
|
||||
"lib": [
|
||||
"ES2020",
|
||||
"DOM"
|
||||
],
|
||||
"module": "NodeNext",
|
||||
"declaration": true,
|
||||
"strict": true
|
||||
@@ -17,6 +20,7 @@
|
||||
"arrays_test_complex/**/*.ts",
|
||||
"union_underlying_type_test.ts",
|
||||
"long-namespace/**/*.ts",
|
||||
"longer-namespace/**/*.ts"
|
||||
"longer-namespace/**/*.ts",
|
||||
"relative_imports/**/*.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user