mirror of
				https://github.com/Xahau/xahau.js.git
				synced 2025-11-04 04:55:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			561 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			561 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "es6",
 | 
						|
    "lib": [
 | 
						|
      "es2017"
 | 
						|
    ],
 | 
						|
    "outDir": "dist/npm",
 | 
						|
    "rootDir": "src",
 | 
						|
    "module": "commonjs",
 | 
						|
    "moduleResolution": "node",
 | 
						|
    "strictNullChecks": false,
 | 
						|
    "noImplicitAny": false,
 | 
						|
    "noUnusedLocals": true,
 | 
						|
    "noUnusedParameters": true,
 | 
						|
    "removeComments": false,
 | 
						|
    "preserveConstEnums": false,
 | 
						|
    "suppressImplicitAnyIndexErrors": false,
 | 
						|
    "declaration": false,
 | 
						|
    "sourceMap": true,
 | 
						|
    "skipLibCheck": true
 | 
						|
  },
 | 
						|
  "include": [
 | 
						|
    "custom_typings/**/*.ts",
 | 
						|
    "src/**/*.ts"
 | 
						|
  ]
 | 
						|
}
 |