Fixed new glob logic to explicitly include JSON file.
This commit is contained in:
parent
573a911e88
commit
1f9cc05552
|
@ -8,7 +8,8 @@
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"./thirdparty.d.ts",
|
"./thirdparty.d.ts",
|
||||||
"./src.ts/*",
|
"./src.ts/*.ts",
|
||||||
|
"./src.ts/*.json",
|
||||||
"./src.ts/generation-scripts/*"
|
"./src.ts/generation-scripts/*"
|
||||||
],
|
],
|
||||||
"exclude": [ ]
|
"exclude": [ ]
|
||||||
|
|
Loading…
Reference in New Issue