Gustavo Damazio

Results 2 comments of Gustavo Damazio

`./tsconfig.json`, include `types` and `exclude` properties in config file. ```json { "compilerOptions": { ... "types": ["jest", "node", "@types/testing-library__jest-dom"] }, "exclude": ["node_modules", "cypress", "./cypress.config.ts"] } ``` `cypress/tsconfig.json` ```json { "extends": "../tsconfig.json",...

To ensure that Angular Fire 7.6.1 functions correctly, the Firebase package installed indirectly in the node_modules must not be in version 10, as Angular Fire is encountering issues when injecting...