0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-10 08:02:18 -05:00
denoland-deno/tests/specs/compile/npm_fs/deno.json
David Sherret 8381d4a950 fix(compile): analyze modules in directory specified in --include (#27296)
I ended up changing the file system implementation to determine
its root directory as the last step of building it instead of being the
first step which makes it much more reliable.
2025-01-09 15:19:06 -05:00

3 lines
31 B
JSON

{
"nodeModulesDir": "auto"
}