nixpkgs/pkgs/development/web/deno/tests/import-json/index.ts
2023-01-17 13:09:19 +00:00

3 lines
79 B
TypeScript

import file from "./data.json" assert { type: "json" };
console.log(file.msg);