Fixed new glob logic to explicitly include JSON file.

This commit is contained in:
Richard Moore 2019-05-14 18:43:45 -04:00
parent 573a911e88
commit 1f9cc05552
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@
},
"include": [
"./thirdparty.d.ts",
"./src.ts/*",
"./src.ts/*.ts",
"./src.ts/*.json",
"./src.ts/generation-scripts/*"
],
"exclude": [ ]