13 lines
		
	
	
		
			244 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			244 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "compilerOptions": {
 | |
|     "target": "ESNext",
 | |
|     "module": "ESNext",
 | |
|     "moduleResolution": "Node",
 | |
|     "strict": true,
 | |
|     "useUnknownInCatchVariables": false,
 | |
|     "declaration": true,
 | |
|     "outDir": "dist",
 | |
|     "skipLibCheck": true
 | |
|   }
 | |
| }
 | 
