Add related links as a comment to register-tsconfig-prod-paths.js

This commit is contained in:
Dragory 2019-11-08 00:16:57 +02:00
parent 8fd2b10842
commit bd7c41ab1f

View file

@ -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');