Skip to content

Commit 4fa7c5d

Browse files
committed
fix static type check error
1 parent 6d96c0b commit 4fa7c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/paths.utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ const modulePath = path.join(
1111
module.exports = {
1212
modulePath,
1313
configFilePath: `${projectDir}/config-extends`,
14-
paths: require(`${modulePath}/config/paths`);,
14+
paths: require(`${modulePath}/config/paths`),
1515
};

0 commit comments

Comments
 (0)