14 lines
		
	
	
		
			313 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			313 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								  "compilerOptions": {
							 | 
						||
| 
								 | 
							
								    "outDir": "target/src",
							 | 
						||
| 
								 | 
							
								    "target": "es2016",
							 | 
						||
| 
								 | 
							
								    "module": "commonjs",
							 | 
						||
| 
								 | 
							
								    "esModuleInterop": true,
							 | 
						||
| 
								 | 
							
								    "forceConsistentCasingInFileNames": true,
							 | 
						||
| 
								 | 
							
								    "strict": true,
							 | 
						||
| 
								 | 
							
								    "skipLibCheck": true,
							 | 
						||
| 
								 | 
							
								    "strictPropertyInitialization": false
							 | 
						||
| 
								 | 
							
								  },
							 | 
						||
| 
								 | 
							
								  "exclude": ["node_modules", "target"]
							 | 
						||
| 
								 | 
							
								}
							 |