mirror of
				https://github.com/DerTyp7/tf-homepage-react.git
				synced 2025-10-30 21:27:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			559 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			559 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "compilerOptions": {
 | |
|     "target": "ESNext",
 | |
|     "useDefineForClassFields": true,
 | |
|     "lib": ["DOM", "DOM.Iterable", "ESNext"],
 | |
|     "allowJs": false,
 | |
|     "skipLibCheck": true,
 | |
|     "esModuleInterop": false,
 | |
|     "allowSyntheticDefaultImports": true,
 | |
|     "strict": true,
 | |
|     "forceConsistentCasingInFileNames": true,
 | |
|     "module": "ESNext",
 | |
|     "moduleResolution": "Node",
 | |
|     "resolveJsonModule": true,
 | |
|     "isolatedModules": true,
 | |
|     "noEmit": true,
 | |
|     "jsx": "react-jsx"
 | |
|   },
 | |
|   "include": ["src"],
 | |
|   "references": [{ "path": "./tsconfig.node.json" }]
 | |
| }
 | 
