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