Öffentliche API zur MathCoach-IDE
Hong-Phuc Bui
2023-05-17 c1d9ba21b6e35186330d484eeab856e04a08e886
add docs and dist to directories
1 files modified
4 ■■■ changed files
package.json 4 ●●● patch | view | raw | blame | history
package.json
@@ -5,7 +5,9 @@
  "main": "./src/index.ts",
  "types": "dist/es6/index.d.ts",
  "directories": {
    "example": "examples"
    "example": "examples",
    "doc" : "docs",
    "dist" : "dist"
  },
  "devDependencies": {
    "ava": "^3.5.0",