mirror of
				https://github.com/Xahau/xahau.js.git
				synced 2025-11-04 04:55:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			623 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			623 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "../../tsconfig.json",
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "es6",
 | 
						|
    "lib": [
 | 
						|
      "es2017"
 | 
						|
    ],
 | 
						|
    "outDir": "./dist",
 | 
						|
    "noUnusedLocals": true,
 | 
						|
    "noUnusedParameters": true,
 | 
						|
    "resolveJsonModule": true,
 | 
						|
    "noImplicitThis": false,
 | 
						|
    "noImplicitAny": false,
 | 
						|
    "removeComments": false,
 | 
						|
    "preserveConstEnums": false,
 | 
						|
    "skipLibCheck": true,
 | 
						|
    "declaration": true
 | 
						|
  },
 | 
						|
  "references": [
 | 
						|
    {
 | 
						|
      "path": "../isomorphic/tsconfig.build.json"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "path": "../xahau-address-codec/tsconfig.build.json"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "include": [
 | 
						|
    "src/**/*.ts",
 | 
						|
    "src/**/*.json"
 | 
						|
  ]
 | 
						|
}
 |