2020-09-21 20:52:26 +03:00
|
|
|
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
2017-02-22 18:13:21 +00:00
|
|
|
{
|
2017-06-30 16:06:00 +02:00
|
|
|
"extends": "../tsconfig.json",
|
2017-02-22 18:13:21 +00:00
|
|
|
"compilerOptions": {
|
2019-05-09 15:56:24 -05:00
|
|
|
"outDir": "../out-tsc/e2e",
|
2017-03-27 16:08:53 +01:00
|
|
|
"module": "commonjs",
|
2020-09-21 20:52:26 +03:00
|
|
|
"target": "es2018",
|
2017-06-30 16:06:00 +02:00
|
|
|
"types": [
|
2017-03-27 16:08:53 +01:00
|
|
|
"jasmine",
|
|
|
|
|
"node"
|
|
|
|
|
]
|
2017-02-22 18:13:21 +00:00
|
|
|
}
|
|
|
|
|
}
|