Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/udibo_react_app/.vscode/settings.json

A React Framework for Deno that makes it easy to create highly interactive apps that have server side rendering with file based routing for both your UI and API.
Latest
File
{ "deno.enable": true, "deno.lint": true, "deno.unstable": false, "deno.config": "./deno.jsonc", "deno.importMap": "./import_map.json", "deno.suggest.imports.hosts": { "https://deno.land": true }, "files.associations": { "*.css": "tailwindcss" }, "editor.quickSuggestions": { "strings": true }}