Öffentliche API zur MathCoach-IDE
jsteuer
2019-12-10 5ffcf8a467bdee1a85aba3b5aafd04c2be05f486
1
2
3
4
5
6
7
8
9
10
11
{
  "compilerOptions": {
    "module": "commonjs",
    "target": "es5",
    "declaration": true,
    "outDir": "./dist"
  },
  "include": [
    "src/**/*"
  ]
}