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