mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-11-03 15:45:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			665 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			665 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
 | 
						|
    "target": "ES2020",
 | 
						|
    "useDefineForClassFields": true,
 | 
						|
    "lib": ["ES2020", "DOM", "DOM.Iterable"],
 | 
						|
    "module": "ESNext",
 | 
						|
    "skipLibCheck": true,
 | 
						|
 | 
						|
    /* Bundler mode */
 | 
						|
    "moduleResolution": "bundler",
 | 
						|
    "allowImportingTsExtensions": true,
 | 
						|
    "isolatedModules": true,
 | 
						|
    "moduleDetection": "force",
 | 
						|
    "noEmit": true,
 | 
						|
    "jsx": "react-jsx",
 | 
						|
 | 
						|
    /* Linting */
 | 
						|
    "strict": true,
 | 
						|
    "noUnusedLocals": true,
 | 
						|
    "noUnusedParameters": true,
 | 
						|
    "noFallthroughCasesInSwitch": true,
 | 
						|
    "noUncheckedSideEffectImports": true
 | 
						|
  },
 | 
						|
  "include": ["src"]
 | 
						|
}
 |