]> Untitled Git - lemmy-ui.git/blobdiff - tsconfig.json
fix submodule error
[lemmy-ui.git] / tsconfig.json
index 3b7d3e41049b11e75a1cb10910b39aef10882afc..aa3115fa48675b1960f54a09f80cd390ec5c62fe 100644 (file)
     "noImplicitReturns": true,
     "experimentalDecorators": true,
     "strictNullChecks": true,
-    "noFallthroughCasesInSwitch": true
+    "noFallthroughCasesInSwitch": true,
+    "paths": {
+      "@/*": ["/*"],
+      "@utils/*": ["shared/utils/*"]
+    }
   },
   "include": [
     "src/**/*.ts",