deno.land / x / masx200_leetcode_test@10.6.5 / deno.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{ "compilerOptions": { "strict": true, "noImplicitAny": true, "noImplicitReturns": true,
"noImplicitThis": true, "alwaysStrict": true, "noUnusedLocals": true, "noUnusedParameters": true }, "importMap": "import_map.json", "tasks": { "udd": " deno run -A https://deno.land/x/udd@0.7.5/main.ts '*.json' deps.ts '*.ts' '*/*.ts'", "install-udd": "deno install -A -f -n udd https://deno.land/x/udd@0.7.5/main.ts", "fmt": " deno fmt --config deno.json", "test": "deno test --parallel --unstable -A --config deno.json", "lint": "deno lint --config deno.json", "check": "deno run --unstable -A --config deno.json check.ts " }, "lint": { "rules": { "include": [], "exclude": [ "no-explicit-any", "ban-ts-comment", "no-inferrable-types" ] } }, "fmt": { "options": { "indentWidth": 4, "singleQuote": false } }}
masx200_leetcode_test

Version Info

Tagged at
a year ago