1.2.1 • Published 5 months ago

@lbwa/tsconfig v1.2.1

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

@lbwa/tsconfig

Shared TypeScript config.

Installation

yarn add @lbwa/tsconfig typescript@^4.2.4 tslib@^2.2.0
# npm i @lbwa/tsconfig typescript@^4.2.4 tslib@^2.2.0

Usage

In your project root tsconfig.json:

{
  extends: '@lbwa/tsconfig',
  compilerOptions: {
    outDir: 'dist' /* Redirect output structure to the directory. */,
    incremental: true,
    tsBuildInfoFile: 'dist/.tsbuildinfo'
  },
  exclude: ['dist', 'coverage']
}

Diagnosing the effective TypeScript configurations:

yarn tsc --showConfig
# npx tsc --showConfig

License

MIT © Liu Bowen

1.2.1

5 months ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago