Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 350 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 350 Bytes

FeedbackFruits tsconfig

Shared tsconfig for all Node.js/Typescript-based projects

Usage:

yarn add -D @feedbackfruits/tsconfig
{
  "extends": "@feedbackfruits/tsconfig",
  "compilerOptions": {
    "outDir": "./dist",
    "rootDir": "./src",
	}
}

Note: outDir and rootDir are required, these cannot be set in this template