deno/cli/tests/testdata/020_json_modules.ts

2 lines
80 B
TypeScript

import config from "./subdir/config.json";
console.log(JSON.stringify(config));