Skip to content

Commit 2d8b64a

Browse files
committed
tsconfig: compilerOptions.rewriteRelativeImportExtensions=true
1 parent 0e39caf commit 2d8b64a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
// So minifiers have to strip them off later on.
2222
"removeComments": false,
2323
"resolveJsonModule": true,
24+
"rewriteRelativeImportExtensions": true,
2425
"rootDir": "src",
2526
"sourceMap": true,
2627
"strict": true

0 commit comments

Comments
 (0)