init project

This commit is contained in:
arthur
2024-06-29 15:07:14 +02:00
commit 516ae5892a
13 changed files with 2854 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"watch": ["*.ts"],
"ignore": ["node_modules/**/*", "*.test.ts"],
"exec": "ts-node bot.ts",
"ext": "ts,json",
"delay": "1000",
"env": {
"NODE_ENV": "development"
}
}