fix: ccts

This commit is contained in:
2025-06-07 16:21:31 +09:00
parent 3528131ec8
commit 1fab78a12f
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "computercraft-ts", "name": "computercraft-ts",
"version": "1.0.17", "version": "1.0.18",
"description": "", "description": "",
"license": "ISC", "license": "ISC",
"author": "", "author": "",

1
types/index.d.ts vendored
View File

@@ -71,6 +71,7 @@ declare global {
*/ */
export const _CC_DEFAULT_SETTINGS: string; export const _CC_DEFAULT_SETTINGS: string;
/* @customName math */
namespace math { namespace math {
const huge: number; const huge: number;
const pi: number; const pi: number;