mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[phaser] Exclude example TS files from build
This commit is contained in:
parent
2cc7667a18
commit
eb51ae30d9
@ -20,7 +20,8 @@
|
|||||||
"**/*.ts",
|
"**/*.ts",
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"dist/**/*.d.ts"
|
"dist/**/*.d.ts",
|
||||||
|
"example/**/*.ts"
|
||||||
],
|
],
|
||||||
"references": [
|
"references": [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user