@olliecaine/tsconfig

1.0.11 • Public • Published

@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"
	}
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.1128latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.1128
1.0.1023
1.0.90
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00
0.0.10

Package Sidebar

Install

npm i @olliecaine/tsconfig

Weekly Downloads

40

Version

1.0.11

License

MIT

Unpacked Size

2.87 kB

Total Files

3

Last publish

Collaborators

  • olliecaine