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"] } ```