Properly integrate standard JS tools for JS and TS code
[poolifier.git] / .vscode / tasks.json
CommitLineData
660940b0
JB
1{
2 "version": "2.0.0",
3 "tasks": [
f4162974
JB
4 {
5 "label": "Build",
6 "type": "npm",
7 "script": "build:prod"
8 },
660940b0
JB
9 {
10 "label": "Development build",
0ec231a1 11 "type": "npm",
f4162974 12 "script": "build"
660940b0
JB
13 }
14 ]
15}