Skip to content
tsconfig / 1.0.0

tsconfig 1.0.0

Install from the command line:
Learn more about npm packages
$ npm install @feedbackfruits/tsconfig@1.0.0
Install via package.json:
"@feedbackfruits/tsconfig": "1.0.0"

About this version

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

Details


Assets

  • tsconfig-1.0.0.tgz

Download activity

  • Total downloads 92
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all