mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 10:01:08 +08:00
14 lines
287 B
TypeScript
14 lines
287 B
TypeScript
import { NativeScriptConfig } from '@nativescript/core';
|
|
|
|
export default {
|
|
id: 'org.nativescript.uitestsapp',
|
|
appPath: 'src',
|
|
appResourcesPath: '../../tools/assets/App_Resources',
|
|
android: {
|
|
v8Flags: '--expose_gc',
|
|
},
|
|
cli: {
|
|
packageManager: 'npm',
|
|
},
|
|
} as NativeScriptConfig;
|