Skip to content
tsconfig / 1.0.1

tsconfig 1.0.1

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

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.1.tgz

Download activity

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

Recent versions

View all