Preparing build
This commit is contained in:
parent
5deaf0f600
commit
d401a7b0b0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
example-client/
|
||||
build
|
||||
|
||||
# Logs
|
||||
logs
|
||||
|
871
package-lock.json
generated
871
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lunar-vein-arduino",
|
||||
"version": "1.0.0",
|
||||
"version": "0.0.6",
|
||||
"description": "A test to arduino",
|
||||
"main": "index.ts",
|
||||
"author": "Norman Andrians",
|
||||
@ -24,6 +24,7 @@
|
||||
"ip": "^2.0.1",
|
||||
"johnny-five": "^2.1.0",
|
||||
"nodemon": "^3.1.0",
|
||||
"pkg": "^5.8.1",
|
||||
"serialport": "^12.0.0",
|
||||
"socket.io": "^4.7.4"
|
||||
},
|
||||
|
@ -3,8 +3,9 @@
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"target": "ES2020",
|
||||
"sourceMap": false,
|
||||
"sourceMap": true,
|
||||
"outDir": "dist"
|
||||
},
|
||||
"include": ["src/**/*", "test/**/*"]
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["test/**/*"]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user