1.0.1 • Published 1 year ago

@lvlte/tsconfig v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.0

1 year ago