From bd7c41ab1f8d62cffd5a6a8a393bc0e65426290d Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Fri, 8 Nov 2019 00:16:57 +0200 Subject: [PATCH] Add related links as a comment to register-tsconfig-prod-paths.js --- backend/register-tsconfig-prod-paths.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/backend/register-tsconfig-prod-paths.js b/backend/register-tsconfig-prod-paths.js index b3cba281..2cc33ff1 100644 --- a/backend/register-tsconfig-prod-paths.js +++ b/backend/register-tsconfig-prod-paths.js @@ -1,3 +1,11 @@ +/** + * See: + * https://github.com/dividab/tsconfig-paths + * https://github.com/TypeStrong/ts-node/issues/138 + * https://github.com/TypeStrong/ts-node/issues/138#issuecomment-519602402 + * https://github.com/TypeStrong/ts-node/pull/254 + */ + const path = require('path'); const tsconfig = require('./tsconfig.json'); const tsconfigPaths = require('tsconfig-paths');