redoc/tsconfig.lib.json

12 lines
181 B
JSON

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