1.0.1 • Published 11 months ago

@heartreup/tsconfig v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

tsconfig

Installation

pnpm add -D @heartreup/tsconfig

Default Usage

// tsconfig.json
{
    "extends": ["@heartreup/tsconfig/tsconfig.default.json"], // Extend the default tsconfig.
    "include": ["src/**/*.ts"], // Optional: Specify the files to include.
    "exclude": ["node_modules", "dist"] // Optional: Specify the files to exclude.
}
1.0.1

11 months ago

1.0.0

11 months ago