1
1
mirror of https://github.com/Redocly/redoc.git synced 2025-02-24 14:00:33 +03:00
redoc/tsconfig.lib.json
2018-05-17 11:40:47 +03:00

10 lines
154 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"declarationDir": "typings"
},
"include": [
"./custom.d.ts",
"src/index.ts"
]
}