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