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;