mirror of
				https://github.com/Xahau/xahau.js.git
				synced 2025-11-04 04:55:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			221 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			221 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "./tsconfig.json",
 | 
						|
  "compilerOptions": {
 | 
						|
    "rootDir": "./src",
 | 
						|
  },
 | 
						|
  "include": ["./src/**/*.ts", "./src/**/*.json"],
 | 
						|
  "references": [
 | 
						|
    {
 | 
						|
      "path": "../xahau-keypairs/tsconfig.json"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |