How to Import json into TypeScript

In ES6/ES2015, you can import json file in your code. For example,…

Similar