2.1.0 • Published 5 months ago

@atws/tsconfig v2.1.0

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

@atws/tsconfig

npm

This package contains a set of tsconfig.json files that can be used as a base for other projects. Typescript is configured as strict as possible, but still allows for some flexibility.

Usage

Install the package:

yarn add -D @atws/tsconfig

Create a tsconfig.json file in the root of your project and extend the base config:

{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@atws/tsconfig/node18/base",
  "include": ["src/**/*.{ts}"]
}

Variants

There are additional variants of the base config that can be used to extend the base config.

NameDirDescription
Node 18node18/baseBase for Node 18
Node 18 / Reactnode18/reactReact using Node 18
Node 18 / Sveltenode18/svelteSvelte using Node 18
Node 16node16/baseBase for Node 16
Node 16 / Reactnode16/reactReact using Node 18
2.1.0

5 months ago

2.0.1

1 year ago

2.0.0

1 year ago

1.4.3

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago