summaryrefslogtreecommitdiff
path: root/tests/testdata/import_attributes/json_with_shebang.ts
blob: 9524026bce9c112020b01cd58160e72d64f7d3f7 (plain)
1
2
3
import json from "./json_with_shebang.json" with { type: "json" };

console.log(json);