chore: update types
This commit is contained in:
		
							parent
							
								
									79f98c8792
								
							
						
					
					
						commit
						5fa875a495
					
				| 
						 | 
					@ -4,7 +4,9 @@
 | 
				
			||||||
    "module": "ESNext",
 | 
					    "module": "ESNext",
 | 
				
			||||||
    "moduleResolution": "Node",
 | 
					    "moduleResolution": "Node",
 | 
				
			||||||
    "resolveJsonModule": true,
 | 
					    "resolveJsonModule": true,
 | 
				
			||||||
    "allowSyntheticDefaultImports": true
 | 
					    "allowSyntheticDefaultImports": true,
 | 
				
			||||||
  },
 | 
					    "types": [
 | 
				
			||||||
  "include": ["vite.config.ts", "package.json"]
 | 
					      "vite-plugin-electron/electron-env"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue