2.1.0 • Published 11 months ago

ts-config-apteryx v2.1.0

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

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