mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 09:29:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			405 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			405 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "compilerOptions": {
 | 
						|
        "target": "ES2020",
 | 
						|
        "module": "commonjs",
 | 
						|
        "lib": ["esnext"],
 | 
						|
        "allowJs": true,
 | 
						|
        "outDir": "build",
 | 
						|
        "rootDir": "src",
 | 
						|
        "strict": true,
 | 
						|
        "noImplicitAny": true,
 | 
						|
        "esModuleInterop": true,
 | 
						|
        "resolveJsonModule": true,
 | 
						|
        "skipLibCheck": true
 | 
						|
    },
 | 
						|
    "exclude": ["build", "node_modules", "datastore"]
 | 
						|
}
 |