basi ts app

This commit is contained in:
talksik
2022-06-02 18:35:48 -07:00
parent e466e99b36
commit 7ec89580bb
9 changed files with 331 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"ignore": ["**/*.test.ts", "**/*.spec.ts", "node_modules"],
"watch": ["./"],
"exec": "npm run start:dev",
"ext": "ts"
}