fix: computercraft-ts

This commit is contained in:
2025-05-29 01:26:53 +09:00
parent d659e60899
commit 442f30b021
2 changed files with 26 additions and 23 deletions

View File

@@ -5,6 +5,7 @@
"license": "ISC",
"author": "",
"type": "commonjs",
"types": "types/index.d.ts",
"main": "index.js",
"scripts": {
"build": "tstl",

View File

@@ -1 +1,3 @@
term.write("Hello, world!");
const d = http.get("https://google.com");
print(d);