Skip to content

freee/tsconfig-freee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsconfig-freee

Shared tsconfig.json in freee.

Installation

# npm
npm install tsconfig-freee -D -E

# yarn
yarn add tsconfig-freee -D -E

Then add it to your tsconfig.json

{
  "extends": "./node_modules/tsconfig-freee/tsconfig"
}