@autoguru/tsconfig

1.2.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": {
		"allowSyntheticDefaultImports": true,
		"esModuleInterop": true,
		"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.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @autoguru/tsconfig

      Weekly Downloads

      84

      Version

      1.2.0

      License

      MIT

      Unpacked Size

      2.56 kB

      Total Files

      5

      Last publish

      Collaborators

      • otto-ag
      • anthony-keller
      • fancycoder