Initial commit
This commit is contained in:
commit
b3a42bb0c8
91 changed files with 9419 additions and 0 deletions
7
.vscode/settings.json
vendored
Normal file
7
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"editor.tabSize": 4,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": ["source.organizeImports", "source.fixAll"],
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"files.associations": { "*.css": "tailwindcss" }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue