cleanup organizing and stuff

This commit is contained in:
talksik
2022-06-08 05:44:29 -05:00
parent 7aab1ee26c
commit e397ac6bb8
9 changed files with 51 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"ignore": ["**/*.test.ts", "**/*.spec.ts", "node_modules"],
"watch": ["./", "../core"],
"watch": ["./src", "../core"],
"exec": "npm run start:dev",
"ext": "ts"
}