mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-04 13:53:41 +00:00 
			
		
		
		
	build: enable TypeScript strict configuration
This commit is contained in:
		
							parent
							
								
									dc5be9d408
								
							
						
					
					
						commit
						9b0e832a13
					
				@ -2,6 +2,8 @@
 | 
			
		||||
  "include": ["src"],
 | 
			
		||||
  "exclude": ["**/*.test.ts"],
 | 
			
		||||
  "compilerOptions": {
 | 
			
		||||
    "exactOptionalPropertyTypes": true,
 | 
			
		||||
    "strict": true,
 | 
			
		||||
    "module": "node16",
 | 
			
		||||
    "moduleResolution": "node16",
 | 
			
		||||
    "esModuleInterop": true,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user