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