amorgulis
Results
2
comments of
amorgulis
Based on this discussion: https://github.com/typeorm/typeorm/issues/857, I was able to get TypeORM to work in my Ionic project by adding the following lines to `src/tsconfig.app.json`: ``` "types": ["node"], "paths": { "typeorm":...
@nextbyn `package.json` is default from a new Ionic project, except for the specific dependencies for my project. Here are the `tsconfig.json` and `tsconfig.app.json`, which are also default except for the...