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
add localstoraged based api for development
jsteuer
2019-08-12
f2d3efb08e3242e2e43f57971ca4a2953dfb6485
[mathcoach/mathcoach-ide-api.git]
/
tsconfig.json
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"declaration": true,
"outDir": "./dist"
},
"include": [
"src/**/*"
]
}