chore: skipLibCheck

This commit is contained in:
Roman Hotsiy 2020-07-13 10:05:19 +03:00
parent 371f3dfc4e
commit 4db5bc470b

View File

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