// tsconfig for IntelliSense - active in all files in the current package
{
	"extends": "../../tsconfig.json",
	"compilerOptions": {
		"plugins": [
			{ "transform": "@zwave-js/transformers" },
			{ "transform": "ts-nameof", "type": "raw" }
		]
	},
	"references": [
		{
			"path": "../cc/tsconfig.build.json"
		},
		{
			"path": "../config/tsconfig.build.json"
		},
		{
			"path": "../core/tsconfig.build.json"
		},
		{
			"path": "../host/tsconfig.build.json"
		},
		{
			"path": "../maintenance/tsconfig.build.json"
		},
		{
			"path": "../nvmedit/tsconfig.build.json"
		},
		{
			"path": "../serial/tsconfig.build.json"
		},
		{
			"path": "../shared/tsconfig.build.json"
		},
		{
			"path": "../testing/tsconfig.build.json"
		},
		{
			"path": "../transformers/tsconfig.build.json"
		}
	],
	"include": ["src/**/*.ts"],
	"exclude": ["build/**", "node_modules/**"]
}
