Skip to content

Commit 126b374

Browse files
EllyseGozala
authored andcommitted
setting nodeModulesDir to none to avoid npm compatiblity mode
1 parent 891628e commit 126b374

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typescript/packages/common-memory/deno.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"nodeModulesDir": "none",
23
"tasks": {
34
"start": "deno run --allow-read --allow-write --allow-net --allow-ffi --allow-env deno.ts",
45
"test": "deno test --allow-read --allow-write --allow-net --allow-ffi --allow-env --no-check"

0 commit comments

Comments
 (0)