deno/cli/tests/testdata/module_graph/file_tests-importjson.ts

3 lines
61 B
TypeScript

import * as config from "./some.json";
console.log(config);