1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 04:52:26 -05:00

fix fixture

This commit is contained in:
Nayeem Rahman 2024-11-27 21:11:04 +00:00
parent 3e9a63f8ce
commit 6b73819d12
2 changed files with 2 additions and 4 deletions

View file

@ -1,4 +1,4 @@
Warning "compilerOptions" field can only be specified in the workspace root deno.json file.
Warning "lock" field can only be specified in the workspace root deno.json file.
at file:///[WILDLINE]/sub/deno.json
Warning "lint.report" field can only be specified in the workspace root deno.json file.
at file:///[WILDLINE]/sub/deno.json

View file

@ -2,7 +2,5 @@
"lint": {
"report": "compact"
},
"compilerOptions": {
"strict": true
}
"lock": false
}