chore: ignore tsc erro

This commit is contained in:
Martin Guillon
2021-08-11 13:41:30 +02:00
parent c9e87e87f9
commit f99fb2df23

View File

@ -13,6 +13,7 @@ export function projectUsesCustomFlavor(): boolean {
'angular',
'react',
'svelte'
//@ts-ignore
].includes(determineProjectFlavor())
if (dependencies.includes('nativescript-vue') ||
dependencies.includes('@nativescript/angular') ||