redoc/tsconfig.lib.json

10 lines
154 B
JSON
Raw Normal View History

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