🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@regionhalland/tsconfig

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@regionhalland/tsconfig

Shared TSConfig for Region Halland TypeScript projects

latest
npmnpm
Version
1.4.0
Version published
Maintainers
2
Created
Source

@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/**/*"]
}

Keywords

typescript

FAQs

Package last updated on 11 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts