2.0.0 • Published 8 months ago

@smeijer/tsconfig v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

tsconfig

Shared TypeScript config for my projects

Install

npm install --save-dev @smeijer/tsconfig

This config requires TypeScript 5 or later.

Usage

tsconfig.json

{
	"extends": "@smeijer/tsconfig",
	"compilerOptions": {
		"outDir": "dist",
    "rootDir": "src"
	},
  "include": ["src/**/*"],
  "exclude": ["src/**/*.test.ts"]
}

Prior Art

2.0.0

8 months ago

1.2.0

10 months ago

1.1.0

10 months ago

1.0.0

10 months ago