We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686b0fb commit 565e4fdCopy full SHA for 565e4fd
.gitignore
@@ -3,3 +3,5 @@ node_modules
3
dist
4
*.log
5
.DS_Store
6
+
7
+*.msi
Arb_Engine.msi
-16.8 MB
package.json
@@ -2,9 +2,9 @@
2
"name": "bscalper-bot",
"version": "0.1.0",
"private": false,
- "type": "module",
"scripts": {
- "start": "ts-node src/index.ts",
+ "start": "ts-node --transpile-only src/index.ts",
8
"test": "vitest run"
9
},
10
"dependencies": {
tsconfig.json
@@ -1,8 +1,8 @@
1
{
"compilerOptions": {
"target": "ES2022",
- "module": "ES2022",
- "moduleResolution": "bundler",
+ "module": "CommonJS",
+ "moduleResolution": "Node",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
0 commit comments