Skip to content

Commit a959328

Browse files
committed
Update docs config
1 parent c993c9b commit a959328

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

examples/webpack.config.docs.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,13 @@ module.exports = {
2121
{
2222
test: /\.tsx$/,
2323
exclude: /node_modules/,
24-
use: 'ts-loader',
24+
loader: 'ts-loader',
25+
options: {
26+
compilerOptions: {
27+
module: 'esnext',
28+
moduleResolution: 'node',
29+
},
30+
},
2531
},
2632
{
2733
test: /\.po$/,

0 commit comments

Comments
 (0)