summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/config_json_import.ts
blob: d344c0fb7595cdf227223e0949fade818eb05f65 (plain)
1
2
import config from "./jsx/deno-jsx.json" assert { type: "json" };
console.log(config);