From 1fab78a12fce214ee3a1954b81696546f23f647f Mon Sep 17 00:00:00 2001 From: mincomk Date: Sat, 7 Jun 2025 16:21:31 +0900 Subject: [PATCH] fix: ccts --- package.json | 2 +- types/index.d.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fe8ad50..3f75e82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "computercraft-ts", - "version": "1.0.17", + "version": "1.0.18", "description": "", "license": "ISC", "author": "", diff --git a/types/index.d.ts b/types/index.d.ts index e472abe..bdc0f4d 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -71,6 +71,7 @@ declare global { */ export const _CC_DEFAULT_SETTINGS: string; + /* @customName math */ namespace math { const huge: number; const pi: number;