Skip to content

Commit ce64580

Browse files
committed
format
1 parent e6c1382 commit ce64580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function resolveFile(source, file, config) {
2828
const extensions = Object.keys(require.extensions).concat(
2929
'.ts',
3030
'.tsx',
31-
'.d.ts'
31+
'.d.ts',
3232
);
3333

3434
// setup tsconfig-paths
@@ -37,7 +37,7 @@ function resolveFile(source, file, config) {
3737
if (configLoaderResult.resultType === 'success') {
3838
const matchPath = tsconfigPaths.createMatchPath(
3939
configLoaderResult.absoluteBaseUrl,
40-
configLoaderResult.paths
40+
configLoaderResult.paths,
4141
);
4242

4343
// look for files based on setup tsconfig "paths"

0 commit comments

Comments
 (0)