File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "imports" : {
3+ "https://deno.land/x/conditional_request_middleware@$VERSION/" : " ./" ,
4+ "https://deno.land/std/" :
" https://deno.land/[email protected] /" 5+ }
6+ }
Original file line number Diff line number Diff line change 1+ {
2+ "tasks" : {
3+ "test" : " deno test --import-map=./_test_import_map.json --doc" ,
4+ "build:npm" : " deno run -A _tools/build_npm.ts"
5+ },
6+ "fmt" : {
7+ "files" : {
8+ "exclude" : [" CHANGELOG.md" , " CODE_OF_CONDUCT.md" ]
9+ }
10+ },
11+ "lint" : {
12+ "files" : {
13+ "exclude" : [" CHANGELOG.md" , " CODE_OF_CONDUCT.md" ]
14+ }
15+ },
16+ "test" : {
17+ "files" : {
18+ "exclude" : [" CHANGELOG.md" , " CODE_OF_CONDUCT.md" ]
19+ }
20+ },
21+ "compilerOptions" : {
22+ "noImplicitReturns" : true ,
23+ "noImplicitOverride" : true ,
24+ "noUncheckedIndexedAccess" : true
25+ }
26+ }
You can’t perform that action at this time.
0 commit comments