mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-23 09:01:10 +08:00
chore: ignore tsc erro
This commit is contained in:
@ -13,6 +13,7 @@ export function projectUsesCustomFlavor(): boolean {
|
|||||||
'angular',
|
'angular',
|
||||||
'react',
|
'react',
|
||||||
'svelte'
|
'svelte'
|
||||||
|
//@ts-ignore
|
||||||
].includes(determineProjectFlavor())
|
].includes(determineProjectFlavor())
|
||||||
if (dependencies.includes('nativescript-vue') ||
|
if (dependencies.includes('nativescript-vue') ||
|
||||||
dependencies.includes('@nativescript/angular') ||
|
dependencies.includes('@nativescript/angular') ||
|
||||||
|
Reference in New Issue
Block a user