1.0.2 • Published 1 year ago

@feedbackfruits/tsconfig v1.0.2

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
1 year ago

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

1.0.2

1 year ago