chore: typing fixes

This commit is contained in:
Nathan Walker
2021-02-25 13:32:05 -08:00
parent 2c9f189c34
commit e1673a0af4
6 changed files with 148 additions and 146 deletions

View File

@@ -16,6 +16,7 @@ moduleAlias.addAliases({
'@nativescript/core/color': path.resolve(tnsCoreModules, 'color/color-common'),
'@nativescript/core/ui/styling/font': path.resolve(tnsCoreModules, 'ui/styling/font-common'),
'@nativescript/core/ui/styling/background': path.resolve(tnsCoreModules, 'ui/styling/background-common'),
'@nativescript/core/ui/styling/css-shadow': path.resolve(tnsCoreModules, 'ui/styling/css-shadow'),
'@nativescript/core': tnsCoreModules,
'~': __dirname,