mirror of
				https://hub.gitmirror.com/https://github.com/gradle/actions.git
				synced 2025-10-30 01:20:05 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			553 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			553 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "compilerOptions": {
 | |
|         "target": "esnext",
 | |
|         "module": "commonjs",
 | |
|         "lib": [
 | |
|             "es6"
 | |
|         ],
 | |
|         "noImplicitAny": true,
 | |
|         "noImplicitThis": true,
 | |
|         "strictNullChecks": false,
 | |
|         "baseUrl": "./",
 | |
|         "moduleResolution": "node",
 | |
|         "allowJs": true,
 | |
|         "typeRoots": [
 | |
|             "./"
 | |
|         ],
 | |
|         "types": [
 | |
|             "node"
 | |
|         ],
 | |
|         "forceConsistentCasingInFileNames": true
 | |
|     },
 | |
|     "files": [
 | |
|         "BigInteger.d.ts",
 | |
|         "spec/tsDefinitions.ts"
 | |
|     ]
 | |
| }
 | 
