From 1cefa831fd74b14121494045a347024502d74e34 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 1 Aug 2023 20:49:09 -0400 Subject: feat(unstable): optional `deno_modules` directory (#19977) Closes #15633 --- cli/schemas/config-file.v1.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/schemas') diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index a4a4e881e..97633d113 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -432,6 +432,10 @@ "description": "Enables or disables the use of a local node_modules folder for npm packages. Alternatively, use the `--node-modules-dir` or `--node-modules-dir=false` flag. Requires Deno 1.34 or later.", "type": "boolean" }, + "denoModulesDir": { + "description": "UNSTABLE: Enables or disables the use of a local deno_modules folder as a local cache for remote modules. Alternatively, use the `--deno-modules-dir` or `--deno-modules-dir=false` flag. Requires Deno 1.36 or later.", + "type": "boolean" + }, "tasks": { "description": "Configuration for deno task", "type": "object", -- cgit v1.2.3