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"]
}

Package Sidebar

Install

npm i ts-config-apteryx

Weekly Downloads

1

Version

2.1.0

License

MIT

Unpacked Size

3.23 kB

Total Files

3

Last publish

Collaborators

  • apteryxxyz