Skip to content

Commit fd044d2

Browse files
committed
Rename shims - preserves git blame after squash
1 parent 4e77792 commit fd044d2

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
"verbatimModuleSyntax": true,
2323
"baseUrl": ".",
2424
"paths": {
25-
"@/*": ["src/*"]
25+
"@/*": ["src/*"],
26+
"@/utils/envUtil": ["src/utils/envUtil.shim.ts"],
27+
"@/utils/formatUtil": ["src/utils/formatUtil.shim.ts"],
28+
"@/utils/networkUtil": ["src/utils/networkUtil.shim.ts"]
2629
},
2730
"typeRoots": ["src/types", "node_modules/@types"],
2831
"outDir": "./dist",

0 commit comments

Comments
 (0)