2017-06-10 01:44:31 +02:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "lib",
|
|
|
|
"baseUrl": "src",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"target": "es5",
|
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types"
|
|
|
|
],
|
2018-04-23 11:07:31 +02:00
|
|
|
"types": ["node"],
|
2017-06-10 01:44:31 +02:00
|
|
|
"lib": [
|
|
|
|
"es2016",
|
|
|
|
"dom"
|
|
|
|
]
|
2018-04-26 22:05:42 +02:00
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"config",
|
|
|
|
"docs",
|
|
|
|
"lib",
|
|
|
|
"node_modules"
|
|
|
|
]
|
2017-06-10 01:44:31 +02:00
|
|
|
}
|