// tsconfig for IntelliSense - active in all files in the current package
{
	"extends": "../../tsconfig.json",
	"compilerOptions": {},
	"references": [
		{
			"path": "../core/tsconfig.build.json"
		},
		{
			"path": "../maintenance/tsconfig.build.json"
		},
		{
			"path": "../shared/tsconfig.build.json"
		}
	],
	"include": ["maintenance/**/*.ts", "src/**/*.ts"],
	"exclude": ["build/**", "node_modules/**"]
}
