UNPKG

@protocolnebula/ts-openapi-generator

Version:

Build API and models from Swagger/OpenAPI to use in any project type

30 lines (29 loc) 562 B
{ "version": "2.0.0", "tasks": [ { "type": "typescript", "tsconfig": "tsconfig.json", "problemMatcher": [ "$tsc" ], "group": "build", "label": "tsc: build - tsconfig.json" }, { "type": "npm", "script": "postbuild", "group": "build", "problemMatcher": [], "label": "npm: postbuild", "detail": "npm run copy-pluggable-files" }, { "label": "Build", "dependsOn": [ "tsc: build - tsconfig.json", "npm: postbuild" ] } ] }