mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 11:55:50 +00:00 
			
		
		
		
	Add basic Redocly config
This commit is contained in:
		
							
								
								
									
										15
									
								
								tsconfig.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								tsconfig.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
{
 | 
			
		||||
  "compilerOptions": {
 | 
			
		||||
    "baseUrl": ".",
 | 
			
		||||
    "jsx": "react",
 | 
			
		||||
    "paths": {
 | 
			
		||||
      "@theme/*": [
 | 
			
		||||
        "./@theme/*",
 | 
			
		||||
        "./node_modules/@redocly/theme/src/*"
 | 
			
		||||
      ],
 | 
			
		||||
      "@portal/*": [
 | 
			
		||||
        "./node_modules/@redocly/portal/dist/client/App/*"
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user