mirror of
				https://github.com/Mastermindzh/tidal-hifi.git
				synced 2025-11-04 02:39:13 +01:00 
			
		
		
		
	Didn't add many types yet. Just used to test out typescript compiler, copying files and building. Now that all that seems to go well I can start converting all files to .ts and then adding proper typing everywhere
		
			
				
	
	
		
			13 lines
		
	
	
		
			247 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			247 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "root": true,
 | 
						|
  "parser": "@typescript-eslint/parser",
 | 
						|
  "plugins": [
 | 
						|
    "@typescript-eslint"
 | 
						|
  ],
 | 
						|
  "extends": [
 | 
						|
    "eslint:recommended",
 | 
						|
    "plugin:@typescript-eslint/eslint-recommended",
 | 
						|
    "plugin:@typescript-eslint/recommended"
 | 
						|
  ]
 | 
						|
}
 |