1.4.0 • Published 2 years ago

@regionhalland/tsconfig v1.4.0

Weekly downloads
133
License
CC-BY-NC-SA-4.0
Repository
-
Last release
2 years ago

@regionhalland/tsconfig

This package is using for React and Node.js application.

Recommended installation:

yarn add -D typescript @regionhalland/tsconfig

Sample configuration for React application:

// tsconfig.json
{
	"extends": "@regionhalland/tsconfig/base.json",
	"compilerOptions": {
		"baseUrl": "./",
		"paths": {
			"@/*": ["src/*"]
		}
	},
	"include": ["src/**/*"]
}

Sample configuration for Node.js application:

// tsconfig.json
{
	"extends": "@regionhalland/tsconfig/node.json",
	"compilerOptions": {
		"outDir": "dist"
	},
	"include": ["src/**/*"]
}
1.4.0

2 years ago

1.3.1

2 years ago

1.2.2

2 years ago

1.3.0

2 years ago

1.0.2

3 years ago

1.1.0

3 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.2.1

5 years ago

1.2.0

5 years ago