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