mirror of
https://github.com/denoland/deno.git
synced 2025-03-10 06:07:03 -04:00
fix fixture
This commit is contained in:
parent
3e9a63f8ce
commit
6b73819d12
2 changed files with 2 additions and 4 deletions
|
@ -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
|
at file:///[WILDLINE]/sub/deno.json
|
||||||
Warning "lint.report" field can only be specified in the workspace root deno.json file.
|
Warning "lint.report" field can only be specified in the workspace root deno.json file.
|
||||||
at file:///[WILDLINE]/sub/deno.json
|
at file:///[WILDLINE]/sub/deno.json
|
||||||
|
|
|
@ -2,7 +2,5 @@
|
||||||
"lint": {
|
"lint": {
|
||||||
"report": "compact"
|
"report": "compact"
|
||||||
},
|
},
|
||||||
"compilerOptions": {
|
"lock": false
|
||||||
"strict": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue