Skip to content

Commit

Permalink
fix(rjs-ts): add baseUrl to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyGrant committed Feb 5, 2018
1 parent 82ebc15 commit ac020a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/resources/content/tsconfig.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"experimentalDecorators": true,
"allowJs": true,
"moduleResolution": "node",
"lib": ["es2017", "dom"]
"lib": ["es2017", "dom"],
"baseUrl": "src",
// @endif
// @if bundler.id='webpack'
"target": "es5",
Expand Down

0 comments on commit ac020a1

Please sign in to comment.