summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/import_attributes/json_with_shebang.ts
blob: 523bf877291e5dbb89394658f3aa3be20d88779c (plain)
1
2
3
import json from "./json_with_shebang.json" assert { type: "json" };

console.log(json);