Files
NativeScript/apps/new/nativescript.config.ts
2023-01-21 15:29:33 +09:00

16 lines
380 B
TypeScript

import { NativeScriptConfig } from '@nativescript/core';
export default {
// I'd call it .new but that's a reserved token for Android
id: 'org.nativescript.dom.events.proposed',
appResourcesPath: '../../tools/assets/App_Resources',
android: {
v8Flags: '--expose_gc',
markingMode: 'none',
},
appPath: 'src',
cli: {
packageManager: 'npm',
},
} as NativeScriptConfig;