init tsconfig

This commit is contained in:
2021-08-29 18:30:47 -05:00
parent 00b34850e9
commit 276535d29d
3 changed files with 19 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
"name": "discord-soundscapes",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},