Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 262 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 262 Bytes

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"
}