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

console.log(json);