Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 459 Bytes

File metadata and controls

30 lines (20 loc) · 459 Bytes

tsconfig

npm version

Intera's Shared TypeScript config

Install

$ npm install --save-dev @byintera/tsconfig

Usage

tsconfig.json

{
	"extends": "@byintera/tsconfig",
	"compilerOptions": {
		"outDir": "build",
		"target": "es5",
	}
}

License

MIT