19 lines
		
	
	
		
			292 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			292 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "ES2022",
 | 
						|
    "module": "ES2022",
 | 
						|
    "lib": [
 | 
						|
      "ES2022"
 | 
						|
    ],
 | 
						|
    "allowJs": true,
 | 
						|
    "checkJs": false,
 | 
						|
    "strict": true,
 | 
						|
    "noImplicitAny": false,
 | 
						|
    "baseUrl": ".",
 | 
						|
    "typeRoots": [
 | 
						|
      "./types"
 | 
						|
    ],
 | 
						|
    "skipLibCheck": true
 | 
						|
  }
 | 
						|
}
 |