Import json to typescript
From Logic Wiki
in tsconfig.json file add these two lines
"resolveJsonModule": true, "esModuleInterop": true,
in tsconfig.json file add these two lines
"resolveJsonModule": true, "esModuleInterop": true,