node-zwave-js/tsconfig.docs.json

9 lines
179 B
JSON

// Custom tsconfig for documentation generation
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"customConditions": []
},
"include": ["packages/**/src/**/*.ts"]
}