I used the nest-cli to create a project and I'm using typeorm as the ORM. there's this kind of problem in typeorm that currently - can only be solved by setting the compilerOptions.declaration to **false **in the generated tsconfig.json file in nest.
Is it safe to set this to false? or are there any drawbacks to this or possible breaking changes? I'm only creating a backend API for this proprietary project.