Öffentliche API zur MathCoach-IDE
jsteuer
2020-01-21 b3b4ad4a9796bde61516402fdadd0518b7be6e60
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "compilerOptions": {
    "module": "commonjs",
    "target": "es5",
    "declaration": true,
    "outDir": "./dist",
    "lib": [
      "DOM",
      "ES2016"
    ],
    "strict": true
  } 
}