feat: type-check source before build (#115)
Co-authored-by: Robbert Van Cauteren <robbert.vancauteren@robovision.eu> Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
		
							parent
							
								
									62733ae631
								
							
						
					
					
						commit
						878995238e
					
				@ -38,6 +38,7 @@
 | 
				
			|||||||
    "vite-plugin-pwa": "^0.7.2",
 | 
					    "vite-plugin-pwa": "^0.7.2",
 | 
				
			||||||
    "vite-plugin-vue-layouts": "^0.2.2",
 | 
					    "vite-plugin-vue-layouts": "^0.2.2",
 | 
				
			||||||
    "vite-plugin-windicss": "^0.15.7",
 | 
					    "vite-plugin-windicss": "^0.15.7",
 | 
				
			||||||
    "vite-ssg": "^0.9.2"
 | 
					    "vite-ssg": "^0.9.2",
 | 
				
			||||||
 | 
					    "vue-tsc": "^0.0.25"
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -6,7 +6,7 @@
 | 
				
			|||||||
    "lib": ["DOM", "ESNext"],
 | 
					    "lib": ["DOM", "ESNext"],
 | 
				
			||||||
    "strict": true,
 | 
					    "strict": true,
 | 
				
			||||||
    "esModuleInterop": true,
 | 
					    "esModuleInterop": true,
 | 
				
			||||||
    "incremental": true,
 | 
					    "incremental": false,
 | 
				
			||||||
    "skipLibCheck": true,
 | 
					    "skipLibCheck": true,
 | 
				
			||||||
    "moduleResolution": "node",
 | 
					    "moduleResolution": "node",
 | 
				
			||||||
    "resolveJsonModule": true,
 | 
					    "resolveJsonModule": true,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user