16 lines
		
	
	
		
			309 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			309 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "compilerOptions": {
 | 
						|
        "lib": [
 | 
						|
            "ES5",
 | 
						|
            "ES2015"
 | 
						|
        ],
 | 
						|
        "rootDirs": [
 | 
						|
            "probe/generated",
 | 
						|
            "probe/user",
 | 
						|
            "server_scripts",
 | 
						|
            "startup_scripts",
 | 
						|
            "client_scripts"
 | 
						|
        ],
 | 
						|
        "target": "ES2015"
 | 
						|
    }
 | 
						|
} |