chore: update tsconfig.json
This commit is contained in:
		
							parent
							
								
									9d9b61cbd2
								
							
						
					
					
						commit
						7e922ae50c
					
				
							
								
								
									
										2
									
								
								.github/ISSUE_TEMPLATE/general.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/ISSUE_TEMPLATE/general.md
									
									
									
									
										vendored
									
									
								
							@ -7,6 +7,6 @@ assignees: ''
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PLEASE READ: I originally made this template for myself to mocking up apps quicker. I am glad to see you are willing to give it a try! Before your open the issue, please make sure you are reporting bugs in the template itself. **I am NOT creating this template to solve the problems you faced in your project, please use Vue or Vite's discord server to ask questions (or it might be closed directly without further notice).** Thank you.
 | 
					> PLEASE READ: I originally made this template for myself to mocking up apps quicker. I am glad to see you are willing to give it a try! Before your open the issue, please make sure you are reporting bugs in the template itself. **I am NOT creating this template to solve the problems you faced in your project, please use Vue or Vite's discord server to ask questions (or it might be closed directly without further notice).** Thank you.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**Describe the bug/issue**
 | 
					**Describe the bug/issue**
 | 
				
			||||||
 | 
				
			|||||||
@ -2,11 +2,11 @@
 | 
				
			|||||||
  "compilerOptions": {
 | 
					  "compilerOptions": {
 | 
				
			||||||
    "baseUrl": ".",
 | 
					    "baseUrl": ".",
 | 
				
			||||||
    "module": "ESNext",
 | 
					    "module": "ESNext",
 | 
				
			||||||
    "target": "es2016",
 | 
					    "target": "ESNext",
 | 
				
			||||||
    "lib": ["DOM", "ESNext"],
 | 
					    "lib": ["DOM", "ESNext"],
 | 
				
			||||||
    "strict": true,
 | 
					    "strict": true,
 | 
				
			||||||
    "esModuleInterop": true,
 | 
					    "esModuleInterop": true,
 | 
				
			||||||
    "incremental": false,
 | 
					    "jsx": "preserve",
 | 
				
			||||||
    "skipLibCheck": true,
 | 
					    "skipLibCheck": true,
 | 
				
			||||||
    "moduleResolution": "node",
 | 
					    "moduleResolution": "node",
 | 
				
			||||||
    "resolveJsonModule": true,
 | 
					    "resolveJsonModule": true,
 | 
				
			||||||
 | 
				
			|||||||
@ -16,7 +16,10 @@ export default defineConfig({
 | 
				
			|||||||
  ],
 | 
					  ],
 | 
				
			||||||
  presets: [
 | 
					  presets: [
 | 
				
			||||||
    presetUno(),
 | 
					    presetUno(),
 | 
				
			||||||
    presetAttributify(),
 | 
					    presetAttributify({
 | 
				
			||||||
 | 
					      prefix: 'un-',
 | 
				
			||||||
 | 
					      prefixedOnly: true,
 | 
				
			||||||
 | 
					    }),
 | 
				
			||||||
    presetIcons({
 | 
					    presetIcons({
 | 
				
			||||||
      scale: 1.2,
 | 
					      scale: 1.2,
 | 
				
			||||||
      warn: true,
 | 
					      warn: true,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user