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