UNPKG

@bfra.me/semantic-release

Version:

Semantic Release shareable configuration and plugins for bfra.me.

12 lines (11 loc) 299 B
{ "$schema": "http://json.schemastore.org/tsconfig", "extends": "../tsconfig/tsconfig.json", "compilerOptions": { "rootDir": ".", "outDir": "./lib" }, "include": ["src/**/*.ts", "test/**/*.ts", "*.config.ts"], "exclude": ["node_modules", "lib"], "typeRoots": ["./src/types"] }