Skip to content

Commit

Permalink
Converted to Typescript, added music function
Browse files Browse the repository at this point in the history
  • Loading branch information
lainshiHenry committed Sep 19, 2022
1 parent 3348f93 commit 6e32da0
Show file tree
Hide file tree
Showing 251 changed files with 818 additions and 154 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
482 changes: 473 additions & 9 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
]
},
"devDependencies": {
"tailwindcss": "^3.1.1"
"nodemon": "^2.0.19",
"tailwindcss": "^3.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
}
}
Loading

0 comments on commit 6e32da0

Please sign in to comment.