2016-03-07 08:48:46 -05:00
|
|
|
{
|
2017-12-11 11:36:46 -05:00
|
|
|
"compileOnSave": false,
|
2016-03-07 08:48:46 -05:00
|
|
|
"compilerOptions": {
|
2017-12-11 11:36:46 -05:00
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
2016-03-07 08:48:46 -05:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
2017-12-11 11:36:46 -05:00
|
|
|
"target": "es5",
|
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types"
|
2016-09-06 16:40:57 -04:00
|
|
|
],
|
|
|
|
"lib": [
|
2017-12-11 11:36:46 -05:00
|
|
|
"es2017",
|
2018-05-07 04:37:22 -04:00
|
|
|
"es2016",
|
|
|
|
"es2015",
|
2017-12-11 11:36:46 -05:00
|
|
|
"dom"
|
2018-01-04 05:19:16 -05:00
|
|
|
],
|
|
|
|
"baseUrl": "src",
|
|
|
|
"paths": {
|
2018-06-07 10:50:33 -04:00
|
|
|
"@app/*": [ "app/*" ],
|
|
|
|
"video.js": [ "../node_modules/video.js/dist/alt/video.core.js" ]
|
2018-01-04 05:19:16 -05:00
|
|
|
}
|
2017-12-11 11:36:46 -05:00
|
|
|
}
|
2016-03-07 08:48:46 -05:00
|
|
|
}
|