1.2.0 • Published 3 days ago

@autoguru/tsconfig v1.2.0

Weekly downloads
51
License
MIT
Repository
github
Last release
3 days 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

3 days ago

1.1.0

9 months ago

1.0.80

2 years ago

1.0.79

3 years ago

1.0.78

4 years ago

1.0.77

5 years ago

1.0.63

5 years ago

1.0.52

5 years ago

1.0.12

5 years ago

1.0.10

5 years ago