redoc/tsconfig.lib.json
2020-07-13 11:29:53 +03:00

12 lines
182 B
JSON

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