UNPKG

create-kt-plugin

Version:

A template for creating a KT plugins for ExtendScript

16 lines (15 loc) 272 B
{ "version": "2.0.0", "tasks": [ { "type": "typescript", "tsconfig": "tsconfig.json", "problemMatcher": ["$tsc"], "group": { "kind": "build", "isDefault": true }, "label": "tsc: build" } ] }