mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 11:55:50 +00:00 
			
		
		
		
	* Get basic HTML loading for faucet page * Add xrpl.js implementation * Add sidebar and fix throbber * Add translates * Try to format sidebar * Fix formatting * Support xrpl.js * Fix links * Comment out XRPLGuard for now * Make AMM Devnet faucet work * Improve readability * Update all instances of link + fix topnav * Remove unnecessary file * Use a more current version of xrpl * Add missing loader while keys are generating * Type with xrpl and remove unnecessary script * Use string interpolation instead of multiple trans * Move faucets into a json file * Remove the old faucet code * Use xrpl-beta directly * Use dropsToXRP * Support hooks natively * Remove AMM-Devnet * Revert changes to link path * Revert link changes pt 2 * Revert pt 3 * Use XRPLoader for loading icon * Fix small mistakes * Remove unnecessary changes
		
			
				
	
	
		
			16 lines
		
	
	
		
			308 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			308 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "baseUrl": ".",
 | 
						|
    "jsx": "react",
 | 
						|
    "resolveJsonModule": true,
 | 
						|
    "paths": {
 | 
						|
      "@theme/*": [
 | 
						|
        "./@theme/*",
 | 
						|
        "./node_modules/@redocly/theme/src/*"
 | 
						|
      ],
 | 
						|
      "@portal/*": [
 | 
						|
        "./node_modules/@redocly/portal/dist/client/App/*"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
  }
 | 
						|
} |