Add skipLibCheck to tsconfig
This commit is contained in:
		
							parent
							
								
									0ac389e076
								
							
						
					
					
						commit
						7d8417658f
					
				| @ -8,19 +8,15 @@ | |||||||
| 		"target": "ES6", | 		"target": "ES6", | ||||||
| 		"declaration": true, | 		"declaration": true, | ||||||
| 		"esModuleInterop": true, | 		"esModuleInterop": true, | ||||||
|         "lib": [ | 		"lib": ["ES6", "ESNext"], | ||||||
|             "ES6", |  | ||||||
|             "ESNext" |  | ||||||
|         ], |  | ||||||
| 		"outDir": "lib", | 		"outDir": "lib", | ||||||
| 		"checkJs": true, | 		"checkJs": true, | ||||||
| 		"allowJs": true, | 		"allowJs": true, | ||||||
| 		"declarationDir": "@types", | 		"declarationDir": "@types", | ||||||
| 		"resolveJsonModule": true, | 		"resolveJsonModule": true, | ||||||
|         "sourceMap": true | 		"sourceMap": true, | ||||||
|  | 		"skipLibCheck": true | ||||||
| 	}, | 	}, | ||||||
|     "include":[ | 	"include": ["src/**/*"], | ||||||
|         "src/**/*" |  | ||||||
|     ], |  | ||||||
| 	"exclude": ["src/**/*.test.ts"] | 	"exclude": ["src/**/*.test.ts"] | ||||||
| } | } | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user