X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2Fe2e%2Ftsconfig.json;fp=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2Fe2e%2Ftsconfig.json;h=39b800f789619f0fb8063aba2e05bd5a57850e57;hb=a45c96e6ef35810d4803bad8d00e76258710eb5b;hp=0000000000000000000000000000000000000000;hpb=fd64df9852e4701aaa074676e35518f9b53d1b74;p=eliot.git diff --git a/blueprints/common/eliot-ui/frontend-src/e2e/tsconfig.json b/blueprints/common/eliot-ui/frontend-src/e2e/tsconfig.json new file mode 100644 index 0000000..39b800f --- /dev/null +++ b/blueprints/common/eliot-ui/frontend-src/e2e/tsconfig.json @@ -0,0 +1,13 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "outDir": "../out-tsc/e2e", + "module": "commonjs", + "target": "es5", + "types": [ + "jasmine", + "jasminewd2", + "node" + ] + } +}