Skip to content

Latest commit

 

History

History

ts-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@getaround-eu/ts-config npm CircleCI

Shareable ts config for Getaround's projects.

yarn add -D @getaround-eu/ts-config
npm install -D @getaround-eu/ts-config
pnpm install -D @getaround-eu/ts-config

Usage

In a tsconfig.json:

{
  "extends": "./node_modules/@getaround-eu/ts-config/base"
}