mirror of https://github.com/msgbyte/tailchat
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			23 lines
		
	
	
		
			578 B
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			23 lines
		
	
	
		
			578 B
		
	
	
	
		
			JSON
		
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "ESNext",
 | 
						|
    "useDefineForClassFields": true,
 | 
						|
    "lib": ["DOM", "DOM.Iterable", "ESNext"],
 | 
						|
    "allowJs": false,
 | 
						|
    "skipLibCheck": true,
 | 
						|
    "esModuleInterop": true,
 | 
						|
    "allowSyntheticDefaultImports": true,
 | 
						|
    "strict": false,
 | 
						|
    "experimentalDecorators": true,
 | 
						|
    "emitDecoratorMetadata": true,
 | 
						|
    "jsx": "react-jsx",
 | 
						|
    "forceConsistentCasingInFileNames": true,
 | 
						|
    "module": "CommonJS",
 | 
						|
    "moduleResolution": "Node",
 | 
						|
    "resolveJsonModule": true,
 | 
						|
    "isolatedModules": true,
 | 
						|
    "noEmit": true
 | 
						|
  },
 | 
						|
  "include": ["src"]
 | 
						|
}
 |