包详细信息

@mixmaxhq/ts-config

mixmaxhq505ISC3.0.1

Common TypeScript configuration (tsconfig) for Mixmax's modules and services.

自述文件

ts-config

Base tsconfig.json settings

更新日志

3.0.1 (2023-08-11)

Bug Fixes

  • deps: update dependency node to v18 (#27) (2ffb141)

3.0.0 (2022-02-18)

⚠ BREAKING CHANGES

Features

  • disable "exactOptionalPropertyTypes" (2a3fb30)

2.1.1 (2021-10-08)

Bug Fixes

2.1.0 (2021-10-01)

Features

2.0.2 (2021-09-21)

Bug Fixes

  • complementing strict with noImplicitAny (7e83ce5)

2.0.1 (2021-09-20)

Bug Fixes

  • typo on exactOptionalProperties + noUncheckedIndexAccess (8b09c4a)

2.0.0 (2021-09-17)

⚠ BREAKING CHANGES

  • these changes will make Typescript find a lot more errors/supicious spots in your package, which you'll need to manually fix before being able to build.

One alternative, for existing codebases, is to override these defaults in your local tsconfig.json file. Don't forget tsconfig-lint.json if your package uses one.

Features

  • add a few typechecking options (f6427d3)

1.2.1 (2021-07-09)

Bug Fixes

  • add resolve json module (ad5249c)

1.2.0 (2021-06-28)

Features

  • set build target to es2017 (21ba68e)

1.1.0 (2021-06-18)

Features

  • add missing config "declaration" (556d4ba)
  • missing interop (d47e4cc)

1.0.1 (2021-06-17)

Bug Fixes

  • remove outdated semantic commit (05d4042)

1.0.0 (2021-06-17)

Features

  • release: initial release (c5c04d0)
  • release: initialize base tsconfig (5d43452)
  • release: trigger first build (dd5f544)

Bug Fixes