X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/cf48e928d4d334b0b6434529d7619c616da319f2..f0a64666816383d2641d5fa7ea22019441ac4464:/tsconfig.json diff --git a/tsconfig.json b/tsconfig.json index 98d5d915..b0e24552 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", - "src/setupTests.ts" + "src/setupTests.ts", + "**/*.test.tsx" ] }