mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 09:11:13 -05:00
25 lines
479 B
JSON
25 lines
479 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["deno.window"],
|
|
"strict": true,
|
|
"allowJs": true,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false
|
|
},
|
|
"imports": {
|
|
"@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.57.4",
|
|
"std/": "https://deno.land/std@0.190.0/"
|
|
},
|
|
"lint": {
|
|
"rules": {
|
|
"tags": ["recommended"]
|
|
}
|
|
},
|
|
"fmt": {
|
|
"indentWidth": 2,
|
|
"lineWidth": 100,
|
|
"semiColons": true,
|
|
"singleQuote": false
|
|
}
|
|
}
|