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" - ] + } }