mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-04 05:43:42 +00:00 
			
		
		
		
	build(typescript): use node16 module instead of nodenext
				
					
				
			This commit is contained in:
		
							parent
							
								
									cc091ad74c
								
							
						
					
					
						commit
						38ad25f038
					
				@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
  "compilerOptions": {
 | 
			
		||||
    "strict": true,
 | 
			
		||||
    "module": "nodenext",
 | 
			
		||||
    "module": "node16",
 | 
			
		||||
    "declaration": true,
 | 
			
		||||
    "outDir": "dist",
 | 
			
		||||
    "sourceMap": true,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user