Skip to content

🔧 TypeScript Configurations for different kinds of projects

Notifications You must be signed in to change notification settings

keinsell/tsconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsconfig

TypeScript config

Install

npm install --save-dev @keinsell/tsconfig

This config requires TypeScript 5 or later.

Usage

tsconfig.json

{
	"extends": "@keinsell/tsconfig",
	"compilerOptions": {
		"outDir": "dist"
	}
}

When you are targeting a higher version of Node.js, check the relevant ECMAScript version and add it as target:

{
	"extends": "@keinsell/tsconfig",
	"compilerOptions": {
		"outDir": "dist",
		"target": "ES2023"
	}
}

About

🔧 TypeScript Configurations for different kinds of projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published