forked from trakt/trakt-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
38 lines (38 loc) · 1.28 KB
/
deno.json
File metadata and controls
38 lines (38 loc) · 1.28 KB
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
{
"workspace": [
"./projects/client"
],
"tasks": {
"reinstall": "deno install --allow-scripts --reload",
"install": "deno install --allow-scripts --frozen",
"format": "deno fmt && deno lint --fix",
"client:dev": "cd projects/client && deno task dev",
"client:dev:contrib": "cd projects/client && deno task dev:contrib",
"client:i18n:resolve": "cd projects/client && deno task i18n:resolve"
},
"unstable": [
"broadcast-channel",
"sloppy-imports"
],
"nodeModulesDir": "manual",
"fmt": {
"singleQuote": true,
"indentWidth": 2
},
"compilerOptions": {
"noUnusedParameters": true,
"noUnusedLocals": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noUncheckedIndexedAccess": true,
"noFallthroughCasesInSwitch": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictPropertyInitialization": true,
"strictBindCallApply": true,
"strict": true,
"verbatimModuleSyntax": true
},
"allowScripts": ["npm:@firebase/util@1.13.0", "npm:@sentry/cli@2.58.2", "npm:core-js@3.46.0", "npm:esbuild@0.25.12", "npm:esbuild@0.27.0", "npm:fsevents@2.3.2", "npm:fsevents@2.3.3", "npm:msw@2.7.3", "npm:protobufjs@7.5.4", "npm:sharp@0.33.5", "npm:workerd@1.20251202.0"]
}