Skip to content

Commit 8cf89f9

Browse files
committed
fix: updated tsconfig paths
1 parent 3142efa commit 8cf89f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"target": "ES2022",
1919
"baseUrl": "./src",
2020
"paths": {
21-
"@": ["index"],
22-
"@/*": ["*"]
21+
"#": ["index"],
22+
"#*": ["*"]
2323
},
2424
"skipLibCheck": true,
2525
"noEmit": true

0 commit comments

Comments
 (0)