[TS] Remove wrong and obsolete NS prefix use (#6604)

This commit is contained in:
Björn Harrtell
2021-05-03 21:04:34 +02:00
committed by GitHub
parent a27c7d8093
commit 60ff76630d
8 changed files with 391 additions and 3 deletions

View File

@@ -15,9 +15,7 @@
"include": [
"my-game/**/*.ts",
"optional_scalars/**/*.ts",
"namespace_test/**/*.ts",
"union_vector/**/*.ts"
],
"exclude": [
"namespace_test/**/*.ts"
]
}