Öffentliche API zur MathCoach-IDE
Hong-Phuc Bui
2023-05-18 c3e108a2ac3595a61ec69959787498befcdf8be8
fix version
3 files modified
14 ■■■■■ changed files
package.json 12 ●●●● patch | view | raw | blame | history
tsconfig-es6.json 1 ●●●● patch | view | raw | blame | history
tsconfig.json 1 ●●●● patch | view | raw | blame | history
package.json
@@ -10,13 +10,13 @@
    "dist" : "dist"
  },
  "devDependencies": {
    "ava": "^3.5.0",
    "ava": "3.5.0",
    "marked": "0.8.0",
    "nyc": "^15.0.0",
    "parcel": "^1.12.4",
    "rimraf": "^3.0.2",
    "ts-node": "^8.7.0",
    "tsconfig-paths": "^3.9.0",
    "nyc": "15.0.0",
    "parcel": "1.12.4",
    "rimraf": "3.0.2",
    "ts-node": "8.7.0",
    "tsconfig-paths": "3.9.0",
    "typedoc": "0.17.1",
    "typescript": "3.8.3"
  },
tsconfig-es6.json
@@ -12,6 +12,7 @@
    "rootDir": "src",
    "outDir": "dist/es6",
    "baseUrl": ".",
    "typeRoots": ["./node_modules/@types"],
    "strict": true,
    "noImplicitReturns": true,
    "noImplicitThis": true,
tsconfig.json
@@ -11,6 +11,7 @@
    "rootDir": ".",
    "outDir": "dist",
    "baseUrl": ".",
    "typeRoots": ["./node_modules/@types"],
    "paths": {
      "@mathcoach-ide-api": [
        "src"