5.0.0 • Published 6 months ago

@tinkoff/typescript-config v5.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

@tinkoff/typescript-config

Common TypeScript configuration

Requirements

TypeScript >= 5 is required.

Usage

Install from npm

npm i --save-dev @tinkoff/typescript-config

Install tsconfig for you application type: @tsconfig/node18 for your Node.js v18 application or @tsconfig/create-react-app for CRA application.

See full lest https://github.com/tsconfig/bases.

npm i --save-dev @tsconfig/node16
# or
npm i --save-dev @tsconfig/node18
# or
npm i --save-dev @tsconfig/create-react-app

Create tsconfig.json at the project root

{
  "extends": ["@tinkoff/typescript-config/tsconfig.base", "@tsconfig/node18/tsconfig"]
}
5.0.0

6 months ago

4.0.0

1 year ago

3.0.0

1 year ago

2.0.0

2 years ago

1.53.1

2 years ago

1.53.0

2 years ago