Browse Source

[phaser] Exclude example TS files from build

Mario Zechner 2 năm trước cách đây
mục cha
commit
eb51ae30d9
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      spine-ts/spine-phaser/tsconfig.json

+ 2 - 1
spine-ts/spine-phaser/tsconfig.json

@@ -20,7 +20,8 @@
 		"**/*.ts",
 	],
 	"exclude": [
-		"dist/**/*.d.ts"
+		"dist/**/*.d.ts",
+		"example/**/*.ts"
 	],
 	"references": [
 		{