33 lines
		
	
	
		
			597 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			597 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "es5",
 | 
						|
    "lib": [
 | 
						|
      "dom",
 | 
						|
      "dom.iterable",
 | 
						|
      "esnext"
 | 
						|
    ],
 | 
						|
    "allowJs": true,
 | 
						|
    "skipLibCheck": true,
 | 
						|
    "strict": true,
 | 
						|
    "forceConsistentCasingInFileNames": true,
 | 
						|
    "noEmit": true,
 | 
						|
    "esModuleInterop": true,
 | 
						|
    "module": "esnext",
 | 
						|
    "moduleResolution": "node",
 | 
						|
    "resolveJsonModule": true,
 | 
						|
    "isolatedModules": true,
 | 
						|
    "jsx": "preserve",
 | 
						|
    "incremental": true,
 | 
						|
    "noUnusedLocals": true
 | 
						|
  },
 | 
						|
  "include": [
 | 
						|
    "next-env.d.ts",
 | 
						|
    "**/*.ts",
 | 
						|
    "**/*.tsx"
 | 
						|
  ],
 | 
						|
  "exclude": [
 | 
						|
    "node_modules",
 | 
						|
    "*.md"
 | 
						|
  ]
 | 
						|
}
 |