ts-config-apteryx

2.1.0 • Public • Published

Apteryx's TypeScript Config

Installation

npm install ts-config-apteryx
yarn add ts-config-apteryx
pnpm add ts-config-apteryx

Usage

Add the following field to your tsconfig.json.

{
    "extends": "ts-config-apteryx"
}

Configuration

{
    "extends": "ts-config-apteryx",
    "compilerOptions": { "ourDir": "./dist" },
    "exclude": ["./node_modules/", "./dist/"],
    "include": ["./src/**/*.ts"]
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.1.00latest

Version History

VersionDownloads (Last 7 Days)Published
2.1.00
2.0.00
1.0.00

Package Sidebar

Install

npm i ts-config-apteryx

Weekly Downloads

0

Version

2.1.0

License

MIT

Unpacked Size

3.23 kB

Total Files

3

Last publish

Collaborators

  • apteryxxyz