@autoguru/tsconfig

1.1.0 • Public • Published

@autoguru/tsconfig

The shareable config for how TypeScript get's compiled at AutoGuru.

Usage

yarn add --dev @autoguru/tsconfig
{
	"extends": "@autoguru/tsconfig",
	"compilerOptions": {
		"outDir": "./dist",
		"baseUrl": "./src",
		"rootDir": "./src"
	}
}

tsconfig.json

Presets

  • @autoguru/tsconfig is an alias of @autoguru/tsconfig/web
  • @autoguru/tsconfig/web is useful for web-based targets, adds dom types as standard.

Readme

Keywords

none

Package Sidebar

Install

npm i @autoguru/tsconfig

Weekly Downloads

21

Version

1.1.0

License

MIT

Unpacked Size

2.28 kB

Total Files

5

Last publish

Collaborators

  • otto-ag
  • anthony-keller
  • fancycoder