dashboard
repositories
filestore
activity
search
login
mathcoach
/
mathcoach-ide-api
Öffentliche API zur MathCoach-IDE
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
docs
jsteuer
2019-12-18
ebbffa106e682e9e74be6993dacc4e3eaef2b1fe
[mathcoach/mathcoach-ide-api.git]
/
tsconfig.json
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
}
}