redoc/tsconfig.lib.json

12 lines
181 B
JSON
Raw Permalink Normal View History

2018-05-16 12:44:36 +03:00
{
"extends": "./tsconfig.json",
2018-05-17 11:40:47 +03:00
"compilerOptions": {
2020-07-13 10:05:19 +03:00
"declarationDir": "typings",
"skipLibCheck": true
2018-05-17 11:40:47 +03:00
},
2018-05-16 12:44:36 +03:00
"include": [
"./custom.d.ts",
"src/index.ts"
]
2020-07-13 10:05:19 +03:00
}