mirror of
				https://github.com/NativeScript/NativeScript.git
				synced 2025-11-04 21:06:45 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			295 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			295 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import { NativeScriptConfig } from '@nativescript/core';
 | 
						|
 | 
						|
export default {
 | 
						|
  id: 'org.nativescript.ToolBox',
 | 
						|
	appResourcesPath: '../../tools/assets/App_Resources',
 | 
						|
	android: {
 | 
						|
		v8Flags: '--expose_gc',
 | 
						|
		markingMode: 'none',
 | 
						|
		suppressCallJSMethodExceptions: false,
 | 
						|
  }
 | 
						|
} as NativeScriptConfig;
 |