Add skipLibCheck to tsconfig
This commit is contained in:
		
							parent
							
								
									0ac389e076
								
							
						
					
					
						commit
						7d8417658f
					
				| @ -1,26 +1,22 @@ | |||||||
| { | { | ||||||
|     "compilerOptions": { | 	"compilerOptions": { | ||||||
|         "module": "commonjs", | 		"module": "commonjs", | ||||||
|         "moduleResolution": "node", | 		"moduleResolution": "node", | ||||||
|         "noImplicitAny": true, | 		"noImplicitAny": true, | ||||||
|         "noImplicitThis": true, | 		"noImplicitThis": true, | ||||||
|         "strictNullChecks": true, | 		"strictNullChecks": true, | ||||||
|         "target": "ES6", | 		"target": "ES6", | ||||||
|         "declaration": true, | 		"declaration": true, | ||||||
|         "esModuleInterop": true, | 		"esModuleInterop": true, | ||||||
|         "lib": [ | 		"lib": ["ES6", "ESNext"], | ||||||
|             "ES6", | 		"outDir": "lib", | ||||||
|             "ESNext" | 		"checkJs": true, | ||||||
|         ], | 		"allowJs": true, | ||||||
|         "outDir": "lib", | 		"declarationDir": "@types", | ||||||
|         "checkJs": true, | 		"resolveJsonModule": true, | ||||||
|         "allowJs": true, | 		"sourceMap": true, | ||||||
|         "declarationDir": "@types", | 		"skipLibCheck": true | ||||||
|         "resolveJsonModule": true, | 	}, | ||||||
|         "sourceMap": true | 	"include": ["src/**/*"], | ||||||
|     }, | 	"exclude": ["src/**/*.test.ts"] | ||||||
|     "include":[ | } | ||||||
|         "src/**/*" |  | ||||||
|     ], |  | ||||||
|     "exclude": ["src/**/*.test.ts"] |  | ||||||
| } |  | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user