Skip to content

Commit a951cfd

Browse files
authored
Ignore TypeScript file suffixes
Ignore TypeScript file suffixes
2 parents 0f444a3 + f04080f commit a951cfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
"relativePath.excludedExtensions": {
6464
"type": "array",
6565
"default": [
66-
".js"
66+
".js",
67+
".ts"
6768
],
6869
"description": "An array of extensions to exclude from the relative path url (Useful for used with Webpack or when importing files of mixed types)"
6970
},

0 commit comments

Comments
 (0)