LoginSignup
0
1

More than 5 years have passed since last update.

fuse-box で tsconfig: paths を解決する

Last updated at Posted at 2017-07-06

tsconfig: paths を解決する

fuse-box で typescript のパス解決 (pathsオプション) ができなかったので調べたところ alias オプションを使えば良いとのこと(参照

FuseBox.init({
    alias: {
        "faraway": "~/somewhere/far/away/",
    },
})

fuse-box が paths を対応するまで tsconfig 側と併記する必要がありそう

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1