forked from LeenkxTeam/LNXSDK
		
	
		
			
	
	
		
			22 lines
		
	
	
		
			422 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			22 lines
		
	
	
		
			422 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
									"compilerOptions": {
							 | 
						||
| 
								 | 
							
										"target": "es2017",
							 | 
						||
| 
								 | 
							
										"module": "commonjs",
							 | 
						||
| 
								 | 
							
										"sourceMap": true,
							 | 
						||
| 
								 | 
							
										"outDir": "out",
							 | 
						||
| 
								 | 
							
										"noImplicitAny": true,
							 | 
						||
| 
								 | 
							
										"forceConsistentCasingInFileNames": true,
							 | 
						||
| 
								 | 
							
										"newLine": "LF",
							 | 
						||
| 
								 | 
							
										"noFallthroughCasesInSwitch": true,
							 | 
						||
| 
								 | 
							
										"noImplicitReturns": true
							 | 
						||
| 
								 | 
							
									},
							 | 
						||
| 
								 | 
							
									"include": [
							 | 
						||
| 
								 | 
							
										"src/**/*.ts",
							 | 
						||
| 
								 | 
							
										"node_modules/@types/**/*.ts"
							 | 
						||
| 
								 | 
							
									],
							 | 
						||
| 
								 | 
							
									"exclude": [
							 | 
						||
| 
								 | 
							
										"src/@types/**/*.ts"
							 | 
						||
| 
								 | 
							
									],
							 | 
						||
| 
								 | 
							
									"compileOnSave": true
							 | 
						||
| 
								 | 
							
								}
							 |