Browse Source

fix: path aliases

Sv443 4 tháng trước cách đây
mục cha
commit
63b5114f57
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      tsconfig.json

+ 2 - 1
tsconfig.json

@@ -27,9 +27,10 @@
     "noImplicitThis": false,
     "allowImportingTsExtensions": false,
     "paths": {
-      "@src/*": ["src/*"],
+      "@dev/*": ["src/dev/*"],
       "@routes/*": ["src/routes/*"],
       "@www/*": ["www/*"],
+      "@src/*": ["src/*"],
       "@root/*": ["*"],
     }
   },