mirror of
				https://github.com/Mastermindzh/tidal-hifi.git
				synced 2025-10-31 16:59:09 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			417 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			417 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "compilerOptions": {
 | |
|     "typeRoots": ["src/types", "node_modules/@types"],
 | |
|     "module": "commonjs",
 | |
|     "target": "ES6",
 | |
|     "lib": ["ES2020", "DOM"],
 | |
|     "noImplicitAny": true,
 | |
|     "sourceMap": true,
 | |
|     "allowJs": true,
 | |
|     "outDir": "ts-dist",
 | |
|     "resolveJsonModule": true,
 | |
|     "esModuleInterop": true,
 | |
|     "baseUrl": ".",
 | |
|     "paths": {
 | |
|       "*": ["node_modules/*"]
 | |
|     }
 | |
|   },
 | |
|   "include": ["src/**/*"]
 | |
| }
 |