2.0.2 • Published 2 years ago

@mintlify/ts-config v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Shared TS configuration

A TS Config file is used to specify how a TypeScript project should be compiled.

Add Dependencies

Install this package and peerDependencies of this package as devDependencies in the project, using install-peerdeps.

npx install-peerdeps --dev @mintlify/ts-config

Alternatively, you can install this package as devDependency and install the peerDependencies separately.

# yarn
yarn add -D @mintlify/ts-config

# npm
npm i -D @mintlify/ts-config

# pnpm
pnpm add -D @mintlify/ts-config

Add Configuration File

In the project's tsconfig.json file, extend this configuration:

{
  "extends": "@mintlify/ts-config",
  "compilerOptions": {
    ...
  },
  ...
}
2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago