feat(core): TypeScript 4 + cleanup (#8967)

This commit is contained in:
Nathan Walker
2020-10-19 09:28:05 -07:00
committed by GitHub
parent 99bb067420
commit 2243660080
266 changed files with 677 additions and 1014 deletions

View File

@@ -87,8 +87,8 @@ module.exports = {
// @nativescript/core
core: {
build: {
script: 'nx run core:build.npm',
description: '@nativescript/core: Build for npm'
script: 'nx run core:build',
description: '@nativescript/core: Build'
},
test: {
script: 'nx run core:unit',
@@ -99,13 +99,6 @@ module.exports = {
},
},
},
// tns-core-modules (old historic compatibility)
'core-compat': {
build: {
script: 'nx run core-compat:build',
description: 'tns-core-modules: (Compatibility package) Build for npm'
},
},
// @nativescript/ui-mobile-base
'ui-mobile-base': {
build: {