From a5ca32b8216e627c8c11d6099c7cfe5b68f104ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerhard=20St=C3=B6bich?= Date: Mon, 11 Jan 2021 20:37:26 +0100 Subject: [PATCH] chore: improve dev setup for windows (#1790) Co-authored-by: Daniel Dyla --- .gitattributes | 2 +- package.json | 2 +- packages/opentelemetry-resource-detector-gcp/tsconfig.json | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 7d65e84970..0113e927b8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -30,7 +30,7 @@ LICENSE* text ## Non-text documentation *.html text diff=html *.pdf binary -*.json text +*.json text eol=lf *.rtf binary ## Git Properties diff --git a/package.json b/package.json index 986712b69c..504c0c6417 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "lerna-changelog": "1.0.1", "markdownlint-cli": "0.25.0", "typescript": "3.9.7", - "update-ts-references": "^1.3.0" + "update-ts-references": "2.0.0" }, "husky": { "hooks": { diff --git a/packages/opentelemetry-resource-detector-gcp/tsconfig.json b/packages/opentelemetry-resource-detector-gcp/tsconfig.json index 6549996003..954354a3a0 100644 --- a/packages/opentelemetry-resource-detector-gcp/tsconfig.json +++ b/packages/opentelemetry-resource-detector-gcp/tsconfig.json @@ -9,6 +9,9 @@ "test/**/*.ts" ], "references": [ + { + "path": "../opentelemetry-api" + }, { "path": "../opentelemetry-core" },