1.2.0 • Published 1 year ago

@autoguru/tsconfig v1.2.0

Weekly downloads
51
License
MIT
Repository
github
Last release
1 year ago

@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.
1.2.0

1 year ago

1.1.0

2 years ago

1.0.80

3 years ago

1.0.79

4 years ago

1.0.78

5 years ago

1.0.77

6 years ago

1.0.63

6 years ago

1.0.52

6 years ago

1.0.12

6 years ago

1.0.10

6 years ago