1.0.6 • Published 1 year ago

@tbrul/tsconfig v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@tbrul/tsconfig

The @tbrul/tsconfig package exports the base TypeScript configuration for tbrul packages.

Installation

Install the package as a development dependency from the npm packages registry.

npm i -D @tbrul/tsconfig

yarn add -D @tbrul/tsconfig

pnpm add -D @tbrul/tsconfig

Usage

You must extend your tsconfig.json from the tsconfig.package.json.

{
  "extends": "@tbrul/tsconfig/tsconfig.package.json",
  "compilerOptions": {
    "rootDir": "./",
    "outDir": "./build"
  }
}
1.0.6

1 year ago

1.0.5

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago