mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 19:24:20 +00:00
3 lines
79 B
TypeScript
3 lines
79 B
TypeScript
import file from "./data.json" assert { type: "json" };
|
|
console.log(file.msg);
|