kuru-kuru/.vscode/settings.json
Ayase Minori 63f508cd4f
Migrate to TailwindCSS (#21)
* Migrate to TailwindCSS

twind is no longer supported so might as well move everything to something more sane

* feat: Fix duplicate dependencies and add compilerOptions

* style: Remove 'build.target' property from fresh.config.ts

* feat: Added root directory configuration

* feat: Update extension, update start and build scripts, update lint rules, update compiler options, update shebang, add dotenv load, add dotenv load, update stylesheet reference and add tailwind.json configuration file
2024-01-29 16:43:19 +08:00

20 lines
481 B
JSON

{
"deno.enable": true,
"deno.lint": true,
"editor.defaultFormatter": "denoland.vscode-deno",
"[typescriptreact]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"[typescript]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"[javascriptreact]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"[javascript]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"css.customData": [
".vscode/tailwind.json"
]
}