1.0.1 • Published 11 months ago

@lvlte/tsconfig v1.0.1

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

tsconfig

Typescript base config for my projects (requires TypeScript >= 5.5)

Install

npm install --save-dev @lvlte/tsconfig

Usage

In tsconfig.json use extends and override as needed, eg. :

{
  "extends": "@lvlte/tsconfig",
  "compilerOptions": {
    "target": "ES2024",
  },
  "include": [
    "sources",
    "test"
  ],
  "exclude": ["**/*.spec.ts"]
}

Documentation

1.0.1

11 months ago

1.0.0

12 months ago