Skip to content

Commit ac020a1

Browse files
committed
fix(rjs-ts): add baseUrl to tsconfig
1 parent 82ebc15 commit ac020a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/resources/content/tsconfig.template.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"experimentalDecorators": true,
1313
"allowJs": true,
1414
"moduleResolution": "node",
15-
"lib": ["es2017", "dom"]
15+
"lib": ["es2017", "dom"],
16+
"baseUrl": "src",
1617
// @endif
1718
// @if bundler.id='webpack'
1819
"target": "es5",

0 commit comments

Comments
 (0)