14 lines
499 B
Text
Executable file
14 lines
499 B
Text
Executable file
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
|
|
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
|
|
{
|
|
"extends": "<%= relativePathToWorkspaceRoot %>/tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "<%= relativePathToWorkspaceRoot %>/out-tsc/e2e",
|
|
"module": "commonjs",
|
|
"target": "es2019",
|
|
"types": [
|
|
"jasmine",
|
|
"node"
|
|
]
|
|
}
|
|
}
|