2017-01-27 03:20:51 -05:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
2017-03-27 12:13:50 -04:00
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
"baseUrl": "src",
|
|
|
|
"sourceMap": true,
|
2017-01-27 03:20:51 -05:00
|
|
|
"declaration": false,
|
2017-03-27 12:13:50 -04:00
|
|
|
"moduleResolution": "node",
|
2017-01-27 03:20:51 -05:00
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"target": "es5",
|
|
|
|
"typeRoots": [
|
2017-03-27 12:13:50 -04:00
|
|
|
"node_modules/@types"
|
|
|
|
],
|
|
|
|
"lib": [
|
|
|
|
"es2016",
|
|
|
|
"dom"
|
2017-01-27 03:20:51 -05:00
|
|
|
]
|
2017-04-16 15:03:25 -04:00
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"content",
|
|
|
|
"tools",
|
|
|
|
"aio-builds-setup",
|
|
|
|
"node_modules",
|
|
|
|
"scripts"
|
|
|
|
]
|
2017-01-27 03:20:51 -05:00
|
|
|
}
|