2 Star 7 Fork 1

辉帅/GYLite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig_lib.json 7.16 KB
一键复制 编辑 原始数据 按行查看 历史
辉帅 提交于 2022-11-25 15:55 . 补充文件
{
"include": [
"src",
"libs"
],
"compilerOptions": {
"experimentalDecorators": true,
"target": "es5",
"sourceMap": true,
"outDir": "bin-debug",
"lib": [
"es5",
"dom",
"es2015.promise"
],
"types": []
},
"files": [
"libs/zlib/zlib.min.d.ts",
"libs/modules/egret/egret.d.ts",
"libs/exml.e.d.ts",
"src/GYLite/component/container/GYSprite.ts",
"src/GYLite/component/container/GYUIComponent.ts",
"src/GYLite/component/container/GYGroup.ts",
"src/AirComponent/ButtonGroup.ts",
"src/AirComponent/CanvasGroup.ts",
"src/AirComponent/ColorUtil.ts",
"src/AirComponent/ExcelGroup.ts",
"src/GYExcel/excel/GYExcel.ts",
"src/AirComponent/GameExcel.ts",
"src/GYLite/component/list/ItemRender.ts",
"src/GYExcel/excel/ExcelColGrid.ts",
"src/AirComponent/GameExcelColGrid.ts",
"src/GYExcel/excel/ExcelGrid.ts",
"src/AirComponent/GameExcelGrid.ts",
"src/GYExcel/excel/ExcelRowGrid.ts",
"src/AirComponent/GameExcelRowGrid.ts",
"src/AirComponent/GameItem.ts",
"src/AirComponent/GameListGroup.ts",
"src/GYLite/component/container/GYSkinContainer.ts",
"src/GYLite/component/button/ButtonBase.ts",
"src/GYLite/component/button/GYButton.ts",
"src/GYLite/component/tab/GYTabItemRender.ts",
"src/AirComponent/GameTabItemRender.ts",
"src/AirComponent/GameToolTip.ts",
"src/AirComponent/LayoutGroup.ts",
"src/AirComponent/LoadUI.ts",
"src/AirComponent/OtherGroup.ts",
"src/GYLite/component/scaleDisplay/Scale9GridRect.ts",
"src/GYLite/skin/GYSkinTheme.ts",
"src/AirComponent/SanGuoTheme.ts",
"src/AirComponent/TextGroup.ts",
"src/GYExcel/excel/ExcelData.ts",
"src/GYExcel/excel/ExcelFrame.ts",
"src/GYExcel/excel/ExcelSelFrame.ts",
"src/GYLite/appComponent/combox/GYComboBox.ts",
"src/GYLite/appComponent/GYMouseTip.ts",
"src/GYLite/appComponent/GYShowInput.ts",
"src/GYLite/appComponent/menu/GYMenu.ts",
"src/GYLite/component/button/GYLinkButton.ts",
"src/GYLite/appComponent/menu/MenuItem.ts",
"src/GYLite/appComponent/panel/GYTitleWindow.ts",
"src/GYLite/component/button/radioButton/GYRadioButton.ts",
"src/GYLite/component/button/radioButton/GYRadioGroup.ts",
"src/GYLite/component/container/GYScrollGroup.ts",
"src/GYLite/component/grid/dataGrid/GridData.ts",
"src/GYLite/component/grid/GYGridBase.ts",
"src/GYLite/component/grid/GYGrid.ts",
"src/GYLite/component/grid/dataGrid/GYDataGrid.ts",
"src/GYLite/component/list/GYListBase.ts",
"src/GYLite/component/list/GYListH.ts",
"src/GYLite/component/grid/dataGrid/GYDataListH.ts",
"src/GYLite/component/list/GYListV.ts",
"src/GYLite/component/grid/dataGrid/GYDataListV.ts",
"src/GYLite/component/grid/GYGridH.ts",
"src/GYLite/component/grid/GYGridV.ts",
"src/GYLite/component/image/GYDrawBitmapData.ts",
"src/GYLite/component/image/GYDrawImage.ts",
"src/GYLite/component/image/GYImage.ts",
"src/GYLite/component/image/GYLoadImage.ts",
"src/GYLite/component/image/GYRateImg.ts",
"src/GYLite/component/image/GYRotationImg.ts",
"src/GYLite/component/image/GYSeqImage.ts",
"src/GYLite/component/scaleDisplay/ScaleMode.ts",
"src/GYLite/component/scaleDisplay/scaleShape/GYScaleSprite.ts",
"src/GYLite/component/scroller/GYScrollBase.ts",
"src/GYLite/component/scroller/GYScrollBarH.ts",
"src/GYLite/component/scroller/GYScrollBarV.ts",
"src/GYLite/component/scroller/GYScroller.ts",
"src/GYLite/component/tab/GYTab.ts",
"src/GYLite/component/tab/TabData.ts",
"src/GYLite/component/text/GYTextBase.ts",
"src/GYLite/component/text/GYText.ts",
"src/GYLite/component/text/GYTextArea.ts",
"src/GYLite/component/text/GYTextInput.ts",
"src/GYLite/component/text/TextFormat.ts",
"src/GYLite/component/text/richText/GYRichText.ts",
"src/GYLite/component/text/richText/RichImage.ts",
"src/GYLite/component/text/richText/RichLabel.ts",
"src/GYLite/component/text/richText/RichLine.ts",
"src/GYLite/component/text/richText/RichSeqImage.ts",
"src/GYLite/component/uicom/GYCheckBox.ts",
"src/GYLite/component/uicom/GYProgressBar.ts",
"src/GYLite/component/uicom/GYSlider.ts",
"src/GYLite/component/uicom/GYToolTip.ts",
"src/GYLite/event/GYEvent.ts",
"src/GYLite/event/GYGridEvent.ts",
"src/GYLite/event/GYMouseEvent.ts",
"src/GYLite/event/GYScrollerEvent.ts",
"src/GYLite/event/GYThemeEvent.ts",
"src/GYLite/event/GYViewEvent.ts",
"src/GYLite/ICom/IGYDisplay.ts",
"src/GYLite/ICom/IDragger.ts",
"src/GYLite/ICom/IGYContainer.ts",
"src/GYLite/ICom/IGYInteractiveDisplay.ts",
"src/GYLite/ICom/IGYSkinContainer.ts",
"src/GYLite/ICom/IGYView.ts",
"src/GYLite/ICom/IItemRender.ts",
"src/GYLite/ICom/IList.ts",
"src/GYLite/ICom/IListener.ts",
"src/GYLite/ICom/IPoolObject.ts",
"src/GYLite/ICom/IReceiver.ts",
"src/GYLite/ICom/IResource.ts",
"src/GYLite/ICom/IUpdate.ts",
"src/GYLite/layout/LayoutManager.ts",
"src/GYLite/layout/LayoutMode.ts",
"src/GYLite/load/CompressLoadInfo.ts",
"src/GYLite/load/GYByteArray.ts",
"src/GYLite/load/GYLoader.ts",
"src/GYLite/load/ISound.ts",
"src/GYLite/load/LoadInfo.ts",
"src/GYLite/load/ResObject.ts",
"src/GYLite/render/Atlas.ts",
"src/GYLite/render/AtlasInfo.ts",
"src/GYLite/render/AtlasManager.ts",
"src/GYLite/render/AtlasRect.ts",
"src/GYLite/render/AtlasRender.ts",
"src/GYLite/render/BatchDrawParam.ts",
"src/GYLite/render/BatchInfo.ts",
"src/GYLite/skin/GYSkin.ts",
"src/GYLite/skin/buttonSkin/ButtonSkin.ts",
"src/GYLite/skin/buttonSkin/CheckBoxSkin.ts",
"src/GYLite/skin/IGYSkin.ts",
"src/GYLite/skin/buttonSkin/IButtonSkin.ts",
"src/GYLite/skin/buttonSkin/ICheckBoxSkin.ts",
"src/GYLite/skin/buttonSkin/IRadioButtonSkin.ts",
"src/GYLite/skin/buttonSkin/LinkButtonSkin.ts",
"src/GYLite/skin/buttonSkin/RadioButtonSkin.ts",
"src/GYLite/skin/ISkinTheme.ts",
"src/GYLite/skin/menu/IMenuSkin.ts",
"src/GYLite/skin/menu/MenuSkin.ts",
"src/GYLite/skin/scroller/IScrollerSkin.ts",
"src/GYLite/skin/scroller/ScrollerSkin.ts",
"src/GYLite/skin/text/TextAreaSkin.ts",
"src/GYLite/skin/text/TextInputSkin.ts",
"src/GYLite/skin/uicom/IProgressBarSkin.ts",
"src/GYLite/skin/uicom/ISliderSkin.ts",
"src/GYLite/skin/uicom/IWindowSkin.ts",
"src/GYLite/skin/uicom/ProgressBarSkin.ts",
"src/GYLite/skin/uicom/SliderSkin.ts",
"src/GYLite/skin/uicom/TitleWindowSkin.ts",
"src/GYLite/time/TimeManager.ts",
"src/GYLite/tool/common/Listener.ts",
"src/GYLite/tool/drag/DraggerHandle.ts",
"src/GYLite/tool/drag/DragManager.ts",
"src/GYLite/tool/keyBoard/GYKeyboard.ts",
"src/GYLite/tool/keyBoard/IKeyBoardObject.ts",
"src/GYLite/tween/GYTween.ts",
"src/GYLite/tween/TweenData.ts",
"src/GYLite/util/CommonUtil.ts",
"src/GYLite/util/Dictionary.ts",
"src/GYLite/util/FilterUtil.ts",
"src/GYLite/util/Keyboard.ts",
"src/GYLite/util/MathConst.ts",
"src/GYLite/util/MathUtil.ts",
"src/GYLite/util/MouseUtil.ts",
"src/GYLite/util/NumberUtil.ts",
"src/GYLite/util/PoolUtil.ts",
"src/GYLite/util/PositionUtil.ts",
"src/GYLite/util/ProtoUtil.ts",
"src/GYLite/util/StatusUtil.ts",
"src/GYLite/util/TweenUtil.ts",
"src/GYLiteExt/extLabel/ImageLabel.ts",
"src/GYLiteExt/extLabel/ImageLabelData.ts",
"src/Log.ts",
"src/Main.ts",
"src/MultiLang.ts",
"src/MySound.ts",
"src/Platform.ts",
"src/skin/IconButtonSkin.ts",
"src/SoundManager.ts"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/gyarea_admin/gylite.git
[email protected]:gyarea_admin/gylite.git
gyarea_admin
gylite
GYLite
master

搜索帮助