create-kt-plugin
Version:
A template for creating a KT plugins for ExtendScript
22 lines (21 loc) • 595 B
JSON
{
"version": "2.0.0",
"tasks": [
{
"label": "Build Tests",
"type": "npm",
"script": "build-tests",
"group": "build",
"problemMatcher": ["$tsc"],
"detail": "Builds the test files before running them"
},
{
"label": "Debug Build Tests",
"type": "npm",
"script": "debug-build-tests",
"group": "build",
"problemMatcher": ["$tsc"],
"detail": "Builds the test files before running them"
}
]
}