mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-04 13:53:41 +00:00 
			
		
		
		
	build(ts): adjust options in tsconfig.json
				
					
				
			This commit is contained in:
		
							parent
							
								
									9ae5fad42a
								
							
						
					
					
						commit
						274ff422c0
					
				@ -1,9 +1,8 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "compilerOptions": {
 | 
					  "compilerOptions": {
 | 
				
			||||||
    "exactOptionalPropertyTypes": true,
 | 
					 | 
				
			||||||
    "strict": true,
 | 
					 | 
				
			||||||
    "module": "node16",
 | 
					    "module": "node16",
 | 
				
			||||||
    "target": "es2022",
 | 
					    "moduleResolution": "node16",
 | 
				
			||||||
    "skipLibCheck": true
 | 
					    "esModuleInterop": true,
 | 
				
			||||||
 | 
					    "target": "es2022"
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user