diff --git a/package.json b/package.json index 9e19086..a4897b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "computercraft-ts", - "version": "1.0.7", + "version": "1.0.8", "description": "", "license": "ISC", "author": "", diff --git a/types/index.d.ts b/types/index.d.ts index 2d1379a..a972d71 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -277,6 +277,7 @@ declare global { * File System API * Interact with the computer's files and filesystem, allowing you to manipulate files, directories and paths. */ + /** @noSelf **/ namespace fs { /** * Returns a list of all the files (including subdirectories but not their contents) contained in a directory.