X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3ad7e33a2d50e9ed2298624ea5cac7cb5cd21a6f..a9f2ce9838cf6a215cbc108073d033bc3811bdf5:/tsconfig.json diff --git a/tsconfig.json b/tsconfig.json index af933d9fa9..34ee9ecdaf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "baseUrl": ".", + "baseUrl": "./", "outDir": "build/dist", "module": "esnext", "target": "es5", @@ -18,11 +18,10 @@ "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,7 @@ "acceptance-tests", "webpack", "jest", + "cypress", "src/setupTests.ts", "**/*.test.tsx" ]