19 lines
		
	
	
		
			429 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
		
			429 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								  "compilerOptions": {
							 | 
						||
| 
								 | 
							
								    "composite": true,
							 | 
						||
| 
								 | 
							
								    "rootDir": "src",
							 | 
						||
| 
								 | 
							
								    "outDir": "dist",
							 | 
						||
| 
								 | 
							
								    "target": "esnext",
							 | 
						||
| 
								 | 
							
								    "lib": ["dom", "dom.iterable", "esnext"],
							 | 
						||
| 
								 | 
							
								    "module": "commonjs",
							 | 
						||
| 
								 | 
							
								    "esModuleInterop": true,
							 | 
						||
| 
								 | 
							
								    "forceConsistentCasingInFileNames": true,
							 | 
						||
| 
								 | 
							
								    "strict": true,
							 | 
						||
| 
								 | 
							
								    "noImplicitAny": true,
							 | 
						||
| 
								 | 
							
								    "skipLibCheck": true,
							 | 
						||
| 
								 | 
							
								    "declaration": true
							 | 
						||
| 
								 | 
							
								  },
							 | 
						||
| 
								 | 
							
								  "include": ["src", "./*.ts"],
							 | 
						||
| 
								 | 
							
								  "exclude": ["node_modules"]
							 | 
						||
| 
								 | 
							
								}
							 |