Cannot find module '../../.env.json'. Consider using '--resolveJsonModule' to import module with '.json' extensionts(2732) code example
Example: how to import a json string from a file in typescript
import {default as a} from "a.json";
a.primaryMain