@dtjv/tsconfig

0.1.2 • Public • Published

tsconfig

My base Typescript config.

Install

$ npm install --save-dev @dtjv/tsconfig

Usage

In a project's tsconfig.json, extend the base configuration.

{
  "extends": "@dtjv/tsconfig",
  "compilerOptions": {
    "outDir": "dist",
    "lib": ["dom", "ES2020"]
  }
}

License

MIT License

Package Sidebar

Install

npm i @dtjv/tsconfig

Weekly Downloads

5

Version

0.1.2

License

MIT

Unpacked Size

2.47 kB

Total Files

4

Last publish

Collaborators

  • dtjv