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