1.0.11 • Published 4 months ago

@olliecaine/tsconfig v1.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

@olliecaine/tsconfig

Shared tsconfig.json for frontend projects

Install

npm install --save-dev @olliecaine/tsconfig

This config requires TypeScript 4 or later.

Usage

tsconfig.json

{
	"extends": "@olliecaine/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": "@olliecaine/tsconfig",
	"compilerOptions": {
		"outDir": "dist",
		"target": "ES2023"
	}
}
1.0.11

4 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago

0.0.1

9 months ago