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