Merge branch '16159-logout-request-with-token'
[arvados-workbench2.git] / tsconfig.json
index 98d5d9151c7b8f706dcfd3944f0bdee6a573f2c8..34ee9ecdaf1555768ca910190a95f9e6a39f66da 100644 (file)
@@ -1,6 +1,6 @@
 {
   "compilerOptions": {
-    "baseUrl": ".",
+    "baseUrl": "./",
     "outDir": "build/dist",
     "module": "esnext",
     "target": "es5",
     "suppressImplicitAnyIndexErrors": true,
     "noUnusedLocals": false,
     "experimentalDecorators": true,
-    "emitDecoratorMetadata": true
-    //  waits for moduleNameMapper being able to override
-    //    "paths": {
-    //      "~/*": ["src/*"]
-    //    }
+    "emitDecoratorMetadata": true,
+    "paths": {
+      "~/*": ["src/*"]
+    }
   },
   "exclude": [
     "node_modules",
@@ -31,6 +30,8 @@
     "acceptance-tests",
     "webpack",
     "jest",
-    "src/setupTests.ts"
+    "cypress",
+    "src/setupTests.ts",
+    "**/*.test.tsx"
   ]
 }