mirror of
				https://github.com/Xahau/xahau.js.git
				synced 2025-11-04 04:55:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			448 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			448 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "../../tsconfig.json",
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "es6",
 | 
						|
    "lib": [
 | 
						|
      "es2017"
 | 
						|
    ],
 | 
						|
    "rootDir": "./src",
 | 
						|
    "outDir": "./dist",
 | 
						|
    "noUnusedLocals": true,
 | 
						|
    "noUnusedParameters": true,
 | 
						|
    "removeComments": false,
 | 
						|
    "preserveConstEnums": false,
 | 
						|
    "suppressImplicitAnyIndexErrors": false,
 | 
						|
    "skipLibCheck": true,
 | 
						|
    "declaration": true,
 | 
						|
    "strictNullChecks": true
 | 
						|
  },
 | 
						|
  "include": ["src/**/*.ts"]
 | 
						|
}
 |