mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
12 lines
181 B
JSON
12 lines
181 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declarationDir": "typings",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"./custom.d.ts",
|
|
"src/index.ts"
|
|
]
|
|
}
|