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
...
jsteuer
2019-12-11
94c5dbd06ea1f662ceaafede992d1f931420e70c
[mathcoach/mathcoach-ide-api.git]
/
tsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions": {
"module": "es6",
"target": "es6",
"declaration": true,
"outDir": "./dist/es6",
"lib": ["DOM","ES2016"],
"sourceMap": true
},
"include": [
"src/**/*"
]
}