加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 3.41 KB
一键复制 编辑 原始数据 按行查看 历史
baozhenfeng 提交于 2024-04-12 09:44 . !71 Theme to textclock component
{
"files": [
// utility
"src/utility/ArkBindingHelper.ts",
"src/utility/ArkStubs.ts",
"src/utility/ArkResourcesHelper.ts",
// styles
"src/styles/alphabetindexer/ArkAlphabetIndexerBindings.ts",
"src/styles/alphabetindexer/ArkAlphabetIndexerModifier.ts",
//"src/styles/alphabetindexer/ArkAlphabetIndexerStyle.ts",
"src/styles/button/ArkButtonBindings.ts",
"src/styles/button/ArkButtonModifier.ts",
//"src/styles/button/ArkButtonStyle.ts",
"src/styles/checkbox/ArkCheckboxBindings.ts",
"src/styles/checkbox/ArkCheckboxModifier.ts",
"src/styles/checkboxgroup/ArkCheckboxGroupBindings.ts",
"src/styles/checkboxgroup/ArkCheckboxGroupModifier.ts",
"src/styles/counter/ArkCounterBindings.ts",
"src/styles/counter/ArkCounterModifier.ts",
"src/styles/divider/ArkDividerBindings.ts",
"src/styles/divider/ArkDividerModifier.ts",
"src/styles/lazyforeach/ArkLazyForEachBindings.ts",
"src/styles/listitem/ArkListItemBindings.ts",
"src/styles/menu/ArkMenuBindings.ts",
"src/styles/menu/ArkMenuModifier.ts",
"src/styles/menuItem/ArkMenuItemBindings.ts",
"src/styles/menuItem/ArkMenuItemModifier.ts",
"src/styles/picker/ArkPickerBindings.ts",
"src/styles/picker/ArkPickerModifier.ts",
"src/styles/progress/ArkProgressBindings.ts",
"src/styles/progress/ArkProgressModifier.ts",
"src/styles/qrcode/ArkQRCodeBindings.ts",
"src/styles/qrcode/ArkQRCodeModifier.ts",
"src/styles/radio/ArkRadioBindings.ts",
"src/styles/radio/ArkRadioModifier.ts",
"src/styles/scrollbar/ArkScrollBarBindings.ts",
"src/styles/scrollbar/ArkScrollBarModifier.ts",
"src/styles/search/ArkSearchBindings.ts",
"src/styles/search/ArkSearchModifier.ts",
"src/styles/select/ArkSelectBindings.ts",
"src/styles/select/ArkSelectModifier.ts",
"src/styles/slider/ArkSliderBindings.ts",
"src/styles/slider/ArkSliderModifier.ts",
"src/styles/swiper/ArkSwiperBindings.ts",
"src/styles/swiper/ArkSwiperModifier.ts",
"src/styles/textclock/ArkTextClockBindings.ts",
"src/styles/textclock/ArkTextClockModifier.ts",
"src/styles/textinput/ArkTextInputBindings.ts",
"src/styles/textinput/ArkTextInputModifier.ts",
"src/styles/toggle/ArkToggleBindings.ts",
"src/styles/toggle/ArkToggleModifier.ts",
// theme management
"src/theme/system/ArkSystemColors.ts",
"src/theme/system/ArkSystemShapes.ts",
"src/theme/system/ArkSystemTypography.ts",
"src/theme/system/ArkSystemTheme.ts",
"src/theme/with_theme/ArkWithThemeBindings.ts",
"src/theme/ArkColorsImpl.ts",
"src/theme/ArkShapesImpl.ts",
"src/theme/ArkTypographyImpl.ts",
"src/theme/ArkThemeImpl.ts",
"src/theme/ArkThemeControl.ts",
"src/theme/ArkThemeMap.ts",
"src/theme/ArkThemeScope.ts",
"src/theme/ArkThemeScopeManager.ts",
],
"compilerOptions": {
"module": "none",
"target": "ES2016",
"outDir": "./out/",
"outFile": "./out/arkStyles.js",
"rootDir": "./src/",
"declaration": false,
"noEmitOnError": true,
"experimentalDecorators": true,
"removeComments": true,
"lib": [
"ES2016"
],
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化