This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
universal-statuspage/e2e/tsconfig.json

14 lines
217 B
JSON
Raw Permalink Normal View History

2020-05-04 23:33:14 +00:00
{
2020-11-27 18:26:27 +00:00
"extends": "../tsconfig.json",
2020-05-04 23:33:14 +00:00
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es2018",
2020-05-04 23:33:14 +00:00
"types": [
"jasmine",
"jasminewd2",
"node"
]
}
}