Skip to content

Commit

Permalink
y
Browse files Browse the repository at this point in the history
  • Loading branch information
Delusoire committed Jul 29, 2024
1 parent 16e9398 commit db2ebce
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 972 deletions.
20 changes: 20 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"lib": [
"DOM",
"DOM.Iterable",
"ESNext"
]
},
"fmt": {
"useTabs": true,
"lineWidth": 112,
"indentWidth": 3,
"semiColons": true,
"singleQuote": false,
"proseWrap": "preserve"
},
"imports": {
"/hooks/": "/Users/Delusoire/AppData/Local/Spicetify/hooks/",
"/modules/": "/Users/Delusoire/AppData/Local/Spicetify/modules/"
},
"tasks": {
"cm:fetch": "deno run -A scripts/classmap-fetch.ts",
"pw:build": "./scripts/build.ps1",
Expand Down
Loading

0 comments on commit db2ebce

Please sign in to comment.