mirror of
				https://github.com/DerTyp7/explainegy-nextjs.git
				synced 2025-10-29 21:02:13 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			676 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			676 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "compilerOptions": {
 | |
|     "target": "es5",
 | |
|     "lib": [
 | |
|       "dom",
 | |
|       "dom.iterable",
 | |
|       "esnext"
 | |
|     ],
 | |
|     "allowJs": true,
 | |
|     "skipLibCheck": true,
 | |
|     "strict": false,
 | |
|     "forceConsistentCasingInFileNames": true,
 | |
|     "noEmit": true,
 | |
|     "incremental": true,
 | |
|     "esModuleInterop": true,
 | |
|     "module": "esnext",
 | |
|     "moduleResolution": "node",
 | |
|     "resolveJsonModule": true,
 | |
|     "isolatedModules": true,
 | |
|     "noImplicitThis": true,
 | |
|     "jsx": "preserve",
 | |
|     "plugins": [
 | |
|       {
 | |
|         "name": "next"
 | |
|       }
 | |
|     ]
 | |
|   },
 | |
|   "include": [
 | |
|     "next-env.d.ts",
 | |
|     ".next/types/**/*.ts",
 | |
|     "**/*.ts",
 | |
|     "**/*.tsx"
 | |
|   ],
 | |
|   "exclude": [
 | |
|     "node_modules"
 | |
|   ]
 | |
| }
 | 
