mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 08:36:33 +03:00
chore: skipLibCheck
This commit is contained in:
parent
371f3dfc4e
commit
4db5bc470b
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"declarationDir": "typings"
|
||||
"declarationDir": "typings",
|
||||
"skipLibCheck": true,
|
||||
},
|
||||
"include": [
|
||||
"./custom.d.ts",
|
||||
"src/index.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user