]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Bumped to version 0.0.7-alpha
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index a6c016bf38ad7b4c02385b2e5797752c227bb2e0..43b27ce8eea04e40a719a11042744fbd60354ee2 100644 (file)
     "lib": [
       "es2017",
       "dom"
-    ]
+    ],
+    "baseUrl": "src",
+    "paths": {
+      "@app/*": [ "app/*" ]
+    }
   }
 }