Added a weird little chat for shits and giggles
This commit is contained in:
18
deno.json
18
deno.json
@ -10,17 +10,8 @@
|
||||
"preview": "deno run -A main.ts",
|
||||
"update": "deno run -A -r https://fresh.deno.dev/update ."
|
||||
},
|
||||
"lint": {
|
||||
"rules": {
|
||||
"tags": [
|
||||
"fresh",
|
||||
"recommended"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"**/_fresh/*"
|
||||
],
|
||||
"lint": { "rules": { "tags": ["fresh", "recommended"] } },
|
||||
"exclude": ["**/_fresh/*"],
|
||||
"imports": {
|
||||
"$fresh/": "https://deno.land/x/fresh@1.7.3/",
|
||||
"@deno/gfm": "jsr:@deno/gfm@^0.11.0",
|
||||
@ -39,8 +30,5 @@
|
||||
"$std/": "https://deno.land/std@0.216.0/",
|
||||
"tailwindcss": "npm:tailwindcss@^4.1.4"
|
||||
},
|
||||
"compilerOptions": {
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "preact"
|
||||
}
|
||||
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }
|
||||
}
|
||||
|
Reference in New Issue
Block a user