mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-04 05:43:42 +00:00 
			
		
		
		
	build: configure TypeScript to skip library check
This commit is contained in:
		
							parent
							
								
									9b0e832a13
								
							
						
					
					
						commit
						24341c1384
					
				@ -7,6 +7,7 @@
 | 
			
		||||
    "module": "node16",
 | 
			
		||||
    "moduleResolution": "node16",
 | 
			
		||||
    "esModuleInterop": true,
 | 
			
		||||
    "target": "es2022"
 | 
			
		||||
    "target": "es2022",
 | 
			
		||||
    "skipLibCheck": true
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user