chore: skipLibCheck

This commit is contained in:
Roman Hotsiy 2020-07-13 10:05:19 +03:00
parent 78c8f70eea
commit 1c6254efd0
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -1,10 +1,11 @@
{ {
"extends": "./tsconfig.json", "extends": "./tsconfig.json",
"compilerOptions": { "compilerOptions": {
"declarationDir": "typings" "declarationDir": "typings",
"skipLibCheck": true,
}, },
"include": [ "include": [
"./custom.d.ts", "./custom.d.ts",
"src/index.ts" "src/index.ts"
] ]
} }