mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Add related links as a comment to register-tsconfig-prod-paths.js
This commit is contained in:
parent
8fd2b10842
commit
bd7c41ab1f
1 changed files with 8 additions and 0 deletions
|
@ -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 path = require('path');
|
||||||
const tsconfig = require('./tsconfig.json');
|
const tsconfig = require('./tsconfig.json');
|
||||||
const tsconfigPaths = require('tsconfig-paths');
|
const tsconfigPaths = require('tsconfig-paths');
|
||||||
|
|
Loading…
Add table
Reference in a new issue