mirror of
				https://kkgithub.com/actions/setup-python.git
				synced 2025-11-04 04:31:51 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			505 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			505 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "compilerOptions": {
 | 
						|
        "module": "es2015",
 | 
						|
        "target": "esnext",
 | 
						|
        "noImplicitAny": true,
 | 
						|
        "sourceMap": true,
 | 
						|
        "alwaysStrict": true,
 | 
						|
        "declaration": true,
 | 
						|
        "experimentalDecorators": true,
 | 
						|
        "forceConsistentCasingInFileNames": true,
 | 
						|
        "importHelpers": true,
 | 
						|
        "noImplicitReturns": true,
 | 
						|
        "noImplicitThis": true,
 | 
						|
        "outDir": "dist/esnext",
 | 
						|
        "strictNullChecks": true
 | 
						|
    },
 | 
						|
    "include": [
 | 
						|
        "src/**/*"
 | 
						|
    ]
 | 
						|
}
 |