X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/28bb06ae7b9983da793f2459c5cc3e8debd71949..e1605f7c93aeb41ae31e0dd88a9afd8709136b62:/tsconfig.json diff --git a/tsconfig.json b/tsconfig.json index af933d9f..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",