mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
* feat(prettier): added prettier for formatting code on pre-commit and linted files * feat(prettier): formatted code after merge
9 lines
202 B
JSON
9 lines
202 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../../out-tsc/e2e",
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"types": ["jasmine", "jasminewd2", "node"]
|
|
}
|
|
}
|