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"
]
}