Browse Source

change tsconfig

WNomunomu 2 years ago
parent
commit
3612dd17e5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      apps/app/tsconfig.json

+ 1 - 0
apps/app/tsconfig.json

@@ -14,6 +14,7 @@
     "paths": {
     "paths": {
       "~/*": ["./src/*"],
       "~/*": ["./src/*"],
       "^/*": ["./*"],
       "^/*": ["./*"],
+      "@/*": ["./src/*"],
 
 
       "debug": ["./src/server/utils/logger/alias-for-debug"]
       "debug": ["./src/server/utils/logger/alias-for-debug"]
     }
     }