public-gateway-cacher/e2e/tsconfig.json

11 lines
270 B
JSON
Raw Permalink Normal View History

2020-07-10 04:53:52 +00:00
/* To learn more about this file see: https://angular.io/config/tsconfig. */
2019-11-29 02:20:50 +00:00
{
"extends": "../tsconfig.json",
2019-11-29 02:20:50 +00:00
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
2022-03-11 03:51:02 +00:00
"target": "ESNext",
2022-03-11 07:06:35 +00:00
"types": ["jasmine", "jasminewd2", "node"]
2019-11-29 02:20:50 +00:00
}
}