By shipping a `tsconfig.json` in the npm package the user will be able to do ```json { "extends": "tsdocstandard/tsconfig.json", "include": ["src/**/*"], "exclude": ["node_modules", "**/*.spec.ts"] } ```
By shipping a
tsconfig.jsonin the npm package the user will be able to do{ "extends": "tsdocstandard/tsconfig.json", "include": ["src/**/*"], "exclude": ["node_modules", "**/*.spec.ts"] }