Öffentliche API zur MathCoach-IDE
tmp
jsteuer
2019-12-11 73b20b5cc3f198a027c7ee9480d6051f2c095c99
package.json
@@ -12,8 +12,9 @@
  },
  "scripts": {
    "clean": "rimraf dist/ && rimraf docs/",
    "build": "npm run clean  && npm run build-docs",
    "build-docs": "typedoc mathcoach-api.d.ts --out docs/ --mode file --theme minimal --includeDeclarations --excludeExternals --media ./media"
    "build": "npm run clean  && npm run build-docs && npm run build-utils",
    "build-utils": "tsc",
    "build-docs": "typedoc mathcoach-api.d.ts src/ --out docs/ --mode file --theme minimal --includeDeclarations --excludeExternals --media ./media"
  },
  "author": "jsteuer",
  "license": ""