From 2492030821f5e7024723d16b4ca5107073ffad99 Mon Sep 17 00:00:00 2001 From: Cosmo Myzrail Gorynych Date: Wed, 17 Apr 2024 18:54:37 +1200 Subject: [PATCH] :fire: Remove the DragonBones submodule --- .gitmodules | 3 --- tsconfig.json | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitmodules b/.gitmodules index 7d649c007..8dd135fae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "DragonBonesJS"] - path = DragonBonesJS - url = https://github.com/DragonBones/DragonBonesJS.git [submodule "SSCD.js"] path = SSCD.js url = https://github.com/CosmoMyzrailGorynych/SSCD.js.git diff --git a/tsconfig.json b/tsconfig.json index 1af2bdf9e..dc82b39ec 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,8 +17,5 @@ "./node_modules/*" ], } - }, - "exclude": [ - "DragonBonesJS/Pixi/5.x/libs/pixi.js-legacy.d.ts" - ] + } }