Skip to content

Commit cb4b3e2

Browse files
committed
remove baseUrl, reduce magic
1 parent b0dd2e6 commit cb4b3e2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
"noImplicitAny": true,
1414
"allowJs": true,
1515
"forceConsistentCasingInFileNames": true,
16-
"baseUrl": ".",
1716
"paths": {
1817
"@/icon-name": [
19-
"app/components/ui/icons/name.d.ts",
20-
"types/icon-name.d.ts"
18+
"./app/components/ui/icons/name.d.ts",
19+
"./types/icon-name.d.ts"
2120
]
2221
},
2322
"skipLibCheck": true,

0 commit comments

Comments
 (0)