@evaneos/typescript-config

4.5.5 • Public • Published

tsconfig

This package provides Evaneos's tsconfig for typescript front projects.

  • .tsconfig as an extensible shared config

What it does

This setup configures your TypeScript code based on Evaneos' practices. Feel free to override the rules that make sense for you.

Installing

  1. In your project folder, run:

    npm i @evaneos/typescript-config
    npx install-peerdeps @evaneos/typescript-config

    You will see several dependencies were installed.

  2. Create (or update) a .tsconfig file with the following content:

    {
        "extends": "@evaneos/typescript-config/tsconfig.json",
        "compilerOptions": {},
        "include": ["./src"]
    }

    You can also set/override any compilerOptions you want, as well as change the include or any other entry.

Readme

Keywords

none

Package Sidebar

Install

npm i @evaneos/typescript-config

Weekly Downloads

106

Version

4.5.5

License

ISC

Unpacked Size

1.92 kB

Total Files

3

Last publish

Collaborators

  • evaneos-front
  • vincentlemire
  • vouill
  • ludovicweber87
  • hjerem
  • jeromaneos
  • leambr
  • misterbridge
  • jocelyne.boun
  • alepee
  • heymath