Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
microsoft
/
fluentui-react-native
зеркало из
https://github.com/microsoft/fluentui-react-native.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули fluentui-react-native
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
nakambo/mac-fix-fz-none-direction
fluentui-react-native
/
tsconfig.json
7 строки
112 B
JSON
Исходник
Постоянная ссылка
Обычный вид
История
Убрать экранирование
Экранировать
Initial scaffolding (#1) * populate with files copied from sdx-platform * some build fixes * Some little fixes to get started with initial scaffolding (#1) * patch to make tsc happy * fixing some typings * breakup theming somewhat and fix breaks * remove postbuild step for now * add basic docz inclusion * add start of a demo app * fix webpack + typescript integration for demo app * create web versions of native control set * split component infrastructure into separate packages * Split theme-registry out and add some documentation
2019-08-02 19:28:49 +03:00
{
Remove references to uifabricshared (#1342) * repalce uses of uifabricshared * Change files
2022-01-14 03:29:21 +03:00
"extends"
:
"@fluentui-react-native/scripts/tsconfig.json"
,
Initial scaffolding (#1) * populate with files copied from sdx-platform * some build fixes * Some little fixes to get started with initial scaffolding (#1) * patch to make tsc happy * fixing some typings * breakup theming somewhat and fix breaks * remove postbuild step for now * add basic docz inclusion * add start of a demo app * fix webpack + typescript integration for demo app * create web versions of native control set * split component infrastructure into separate packages * Split theme-registry out and add some documentation
2019-08-02 19:28:49 +03:00
"compilerOptions"
:
{
Move api-extractor and tsconfig to shared folder
2020-03-25 23:23:14 +03:00
"outDir"
:
"lib"
Declare tslib dependency (#1085) Fixes #1025 ### Platforms Impacted - [ ] iOS - [ ] macOS - [ ] win32 (Office) - [ ] windows - [ ] android ### Description of changes Declare tslib dependency where tslib is used and we have importHelpers in tsconfig.ts in our framework package. Version of tslib is ^1.13.0 as that's the latest release that's supported due to our current typescript version (we need 3.9 or above to bump to 2.0 or later) Also took the opportunity to use importHelpers in other packages that could use it, specifically for spreadArray so that is saves on bundle size. But if that change isn't desired, I can undo the last two commits and just fix the existing importHeaders ### Verification Change builds, verifying that the bundle works properly on win32 and windows. | Before | After | |----------------------------------------------|--------------------------------------------| | Screenshot or description before this change | Screenshot or description with this change | ### Pull request checklist This PR has considered (when applicable): - [ ] Automated Tests - [ ] Documentation and examples - [ ] Keyboard Accessibility - [ ] Voiceover - [ ] Internationalization and Right-to-left Layouts
2021-10-25 22:05:52 +03:00
}
Initial scaffolding (#1) * populate with files copied from sdx-platform * some build fixes * Some little fixes to get started with initial scaffolding (#1) * patch to make tsc happy * fixing some typings * breakup theming somewhat and fix breaks * remove postbuild step for now * add basic docz inclusion * add start of a demo app * fix webpack + typescript integration for demo app * create web versions of native control set * split component infrastructure into separate packages * Split theme-registry out and add some documentation
2019-08-02 19:28:49 +03:00
}