mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-04 13:53:41 +00:00 
			
		
		
		
	build(typescript): remove unnecessary compiler options
This commit is contained in:
		
							parent
							
								
									27e324dd89
								
							
						
					
					
						commit
						41c98670c8
					
				@ -2,13 +2,9 @@
 | 
			
		||||
  "compilerOptions": {
 | 
			
		||||
    "strict": true,
 | 
			
		||||
    "module": "NodeNext",
 | 
			
		||||
    "moduleResolution": "NodeNext",
 | 
			
		||||
    "declaration": true,
 | 
			
		||||
    "outDir": "dist",
 | 
			
		||||
    "sourceMap": true,
 | 
			
		||||
    "esModuleInterop": true,
 | 
			
		||||
    "forceConsistentCasingInFileNames": true,
 | 
			
		||||
    "lib": ["ES2022"],
 | 
			
		||||
    "target": "ES2022",
 | 
			
		||||
    "skipLibCheck": true
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user