Upload files to ''
This commit is contained in:
		
							parent
							
								
									048ca2a8e6
								
							
						
					
					
						commit
						12a29e14bb
					
				
							
								
								
									
										21
									
								
								tsconfig.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								tsconfig.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,21 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "compilerOptions": {
 | 
				
			||||||
 | 
					        "allowSyntheticDefaultImports": true,
 | 
				
			||||||
 | 
					        "esModuleInterop": true,
 | 
				
			||||||
 | 
					        "lib": ["DOM", "DOM.Iterable", "esnext", "esnext.array", "esnext.asynciterable", "esnext.symbol"],
 | 
				
			||||||
 | 
					        "module": "commonjs",
 | 
				
			||||||
 | 
					        "moduleResolution": "node",
 | 
				
			||||||
 | 
					        "strict": true,
 | 
				
			||||||
 | 
					        "noImplicitAny": false,
 | 
				
			||||||
 | 
					        "target": "ESNEXT",
 | 
				
			||||||
 | 
					        "jsx": "preserve",
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        // we have duplicate electron types but it's w/e
 | 
				
			||||||
 | 
					        "skipLibCheck": true,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        "baseUrl": "./src/",
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        "typeRoots": ["./node_modules/@types", "./node_modules/@vencord"]
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "include": ["src/**/*"]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user