Answers for "ts import json file"

0

typescript read json file

import {default as a} from "config.json";
config.targetKey
// this requires `"resolveJsonModule": true` in tsconfig.json
Posted by: Guest on January-15-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language