mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 21:54:53 +03:00
chore: skipLibCheck
This commit is contained in:
parent
78c8f70eea
commit
1c6254efd0
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"declarationDir": "typings"
|
||||
"declarationDir": "typings",
|
||||
"skipLibCheck": true,
|
||||
},
|
||||
"include": [
|
||||
"./custom.d.ts",
|
||||
|
|
Loading…
Reference in New Issue
Block a user