angular/cypress/tsconfig.json
Ricardo Mattiazzi Baumgartner a20b4ea5c7 feat(devtools): added prettier for formatting code on pre-commit (rangle/angular-devtools#50)
* feat(prettier): added prettier for formatting code on pre-commit and linted files

* feat(prettier): formatted code after merge
2020-02-07 13:25:16 -08:00

4 lines
88 B
JSON

{
"extends": "../tsconfig.json",
"include": ["../node_modules/cypress", "*/*.ts"]
}