add: tsconfig skipLibCheck
This commit is contained in:
		
							parent
							
								
									bbbd2509a8
								
							
						
					
					
						commit
						7a39b8223c
					
				@ -4,15 +4,9 @@
 | 
			
		||||
    "module": "commonjs",
 | 
			
		||||
    "target": "ES2016",
 | 
			
		||||
    "resolveJsonModule": true,
 | 
			
		||||
    "skipLibCheck": true,
 | 
			
		||||
    "strict": true
 | 
			
		||||
  },
 | 
			
		||||
  "include": [
 | 
			
		||||
    "src",
 | 
			
		||||
    "typing",
 | 
			
		||||
    "node_modules/zotero-types"
 | 
			
		||||
  ],
 | 
			
		||||
  "exclude": [
 | 
			
		||||
    "builds",
 | 
			
		||||
    "addon"
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
  "include": ["src", "typing", "node_modules/zotero-types"],
 | 
			
		||||
  "exclude": ["builds", "addon"]
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user