mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-18 10:50:32 +03:00
chore: skipLibCheck
This commit is contained in:
parent
371f3dfc4e
commit
4db5bc470b
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"extends": "./tsconfig.json",
|
"extends": "./tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"declarationDir": "typings"
|
"declarationDir": "typings",
|
||||||
|
"skipLibCheck": true,
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"./custom.d.ts",
|
"./custom.d.ts",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user