This repository has been archived on 2022-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Frontend/e2e/tsconfig.json
Felix bbff4088cc Main structure
+ BG Color
+ Fonts
2020-12-24 14:58:51 +01:00

14 lines
274 B
JSON

/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es2018",
"types": [
"jasmine",
"node"
]
}
}