mirror of
				https://github.com/DerTyp7/f1r3wave-website.git
				synced 2025-11-01 06:12:28 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			551 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			551 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"compilerOptions": {
 | |
| 		"target": "ES2017",
 | |
| 		"lib": ["dom", "dom.iterable", "esnext"],
 | |
| 		"allowJs": true,
 | |
| 		"skipLibCheck": true,
 | |
| 		"strict": true,
 | |
| 		"noEmit": true,
 | |
| 		"esModuleInterop": true,
 | |
| 		"module": "esnext",
 | |
| 		"moduleResolution": "bundler",
 | |
| 		"resolveJsonModule": true,
 | |
| 		"isolatedModules": true,
 | |
| 		"jsx": "preserve",
 | |
| 		"incremental": true,
 | |
| 		"plugins": [
 | |
| 			{
 | |
| 				"name": "next"
 | |
| 			}
 | |
| 		],
 | |
| 		"paths": {
 | |
| 			"@/*": ["./src/*"]
 | |
| 		}
 | |
| 	},
 | |
| 	"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
 | |
| 	"exclude": ["node_modules"]
 | |
| }
 |