Add Sound implementation

This commit is contained in:
wvffle 2022-10-18 21:48:47 +00:00 committed by Georg Krause
commit e47dbc5ab5
No known key found for this signature in database
GPG key ID: 2970D504B2183D22
13 changed files with 593 additions and 442 deletions

View file

@ -4,6 +4,7 @@
"baseUrl": ".",
"sourceMap": true,
"noUnusedLocals": true,
"experimentalDecorators": true,
"typeRoots": ["node_modules/@types"],
"types": [
"vitest/globals",