moving to typescript

This commit is contained in:
Mikayla Dobson
2022-05-09 19:46:57 -05:00
parent a96fc8e278
commit 2facb3826b
15 changed files with 288 additions and 28 deletions

View File

@@ -5,12 +5,14 @@
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"tone": "^14.7.77"
"tone": "^14.7.77",
"typescript": "^4.6.4"
}
}