Skip to content

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

Notifications You must be signed in to change notification settings

feedbackfruits/tsconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages