1.25.0 • Published 8 months ago

@cosn/tsc v1.25.0

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

@cosn/tsc

Sensible defaults I use for my projects.

Installation

pnpm add --save-dev @cosn/tsc

Usage

TypeScript

Create a tsconfig.json file in your project root with the following content:

Server

{
  "extends": ["@cosn/tsc/tsconfig-srv"]
}

Web

{
  "extends": ["@cosn/tsc/tsconfig-web"]
}

Library

{
  "extends": ["@cosn/tsc/tsconfig-lib"]
}

Prettier

Default

Use this config is in your package.json:

"prettier": "@cosn/tsc/prettier",

Customizing

Create a .prettierrc.js file in your project root with the following content:

import defaultConfig from '@cosn/tsc/prettier'

/** @type {import("prettier").Options} */
export default {
  ...defaultConfig,
  // overrides
}

ESLint

Create a eslint.config.js file in your project root with the following content:

import { config as defaultConfig } from '@cosn/tsc/eslint'

/** @type {import("eslint").Linter.Config} */
export default [...defaultConfig]
1.25.0

8 months ago

1.24.3

8 months ago

1.24.4

8 months ago

1.24.2

8 months ago

1.23.1

9 months ago

1.24.1

8 months ago

1.24.0

8 months ago

1.23.0

9 months ago

1.22.0

9 months ago

1.22.1

9 months ago

1.21.0

9 months ago

1.21.1

9 months ago

1.20.0

9 months ago

1.19.0

9 months ago

1.18.1

9 months ago

1.18.0

9 months ago

1.16.1

9 months ago

1.16.0

9 months ago

1.18.3

9 months ago

1.18.2

9 months ago

1.17.2

9 months ago

1.15.4

9 months ago

1.17.1

9 months ago

1.15.3

10 months ago

1.17.0

9 months ago

1.17.3

9 months ago

1.15.0

11 months ago

1.14.1

11 months ago

1.2.0

1 year ago

1.0.2

1 year ago

1.14.0

11 months ago

1.1.0

1 year ago

1.13.0

11 months ago

1.12.0

11 months ago

1.11.1

12 months ago

1.14.5

11 months ago

1.14.4

11 months ago

1.15.2

10 months ago

1.14.3

11 months ago

1.15.1

11 months ago

1.14.2

11 months ago

1.9.1

12 months ago

1.8.2

12 months ago

1.9.0

12 months ago

1.8.1

12 months ago

1.6.3

12 months ago

1.8.0

12 months ago

1.6.2

12 months ago

1.5.3

12 months ago

1.7.0

12 months ago

1.6.1

12 months ago

1.5.2

12 months ago

1.6.0

12 months ago

1.5.1

12 months ago

1.5.0

12 months ago

1.4.1

1 year ago

1.0.5

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.0.4

1 year ago

1.3.0

1 year ago

1.0.3

1 year ago

1.9.5

12 months ago

1.9.4

12 months ago

1.9.3

12 months ago

1.9.2

12 months ago

1.11.0

12 months ago

1.10.0

12 months ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago