Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

@rageatm/tsconfig

Add the package to your "devDependencies":

npm install --save-dev @rageatm/tsconfig

prepare tsconfig:

extends <PRESET>.json to your tsconfig.json:

{
  "extends": "@rageatm/tsconfig/<PRESET>.json",
  "compilerOptions": {
    ...
  },
  "include": [ ... ],
  "exclude": [ ... ]
}

<PRESET> is

  • common
  • next