mirror of
				https://github.com/DerTyp7/teamspeak-obs-overlay.git
				synced 2025-10-29 21:02:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			819 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			819 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"compilerOptions": {
 | |
| 		"target": "ES2020",
 | |
| 		"useDefineForClassFields": true,
 | |
| 		"lib": ["ES2020", "DOM", "DOM.Iterable"],
 | |
| 		"module": "ESNext",
 | |
| 		"skipLibCheck": true,
 | |
| 
 | |
| 		"baseUrl": "./src",
 | |
| 
 | |
| 		"paths": {
 | |
| 			"@/*": ["/src/*"],
 | |
| 			"@components/*": ["/src/components/*"],
 | |
| 			"@assets/*": ["/src/assets/*"],
 | |
| 			"@styles/*": ["/src/styles/*"],
 | |
| 			"@utils/*": ["/src/utils/*"],
 | |
| 			"@interfaces/*": ["/src/interfaces/*"]
 | |
| 		},
 | |
| 
 | |
| 		/* Bundler mode */
 | |
| 		"moduleResolution": "bundler",
 | |
| 		"allowImportingTsExtensions": true,
 | |
| 		"resolveJsonModule": true,
 | |
| 		"isolatedModules": true,
 | |
| 		"noEmit": true,
 | |
| 		"jsx": "react-jsx",
 | |
| 
 | |
| 		/* Linting */
 | |
| 		"strict": true,
 | |
| 		"noUnusedLocals": true,
 | |
| 		"noUnusedParameters": true,
 | |
| 		"noFallthroughCasesInSwitch": true
 | |
| 	},
 | |
| 	"include": ["src"],
 | |
| 	"references": [{ "path": "./tsconfig.node.json" }]
 | |
| }
 | 
