You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					22 lines
				
				538 B
			
		
		
			
		
	
	
					22 lines
				
				538 B
			| 
											11 months ago
										 | { | ||
|  |     "compilerOptions": { | ||
|  |         "noImplicitAny": true, | ||
|  |         "noImplicitThis": true, | ||
|  |         "noUnusedLocals": true, | ||
|  |         "noUnusedParameters": true, | ||
|  |         "strictNullChecks": true, | ||
|  |         "strictPropertyInitialization": true, | ||
|  |         "types": ["node", "jest"], | ||
|  |         "target": "es5", | ||
|  |         "lib": ["es2015", "dom"], | ||
|  |         "sourceMap": true, | ||
|  |         "outDir": "dist/lib", | ||
|  |         "declaration": true, | ||
|  |         "declarationDir": "dist/types", | ||
|  |         "resolveJsonModule": true | ||
|  |     }, | ||
|  |     "include": [ | ||
|  |         "src" | ||
|  |     ] | ||
|  | } |