2015-09-22 15:03:39 -04:00
|
|
|
{
|
2016-04-28 20:50:03 -04:00
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"declaration": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"outDir": "../dist/tools/",
|
2016-01-22 13:51:16 -05:00
|
|
|
"noImplicitAny": true,
|
2016-04-28 20:50:03 -04:00
|
|
|
"paths": {
|
2015-09-22 15:03:39 -04:00
|
|
|
},
|
2016-04-28 20:50:03 -04:00
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
|
|
|
"inlineSources": true,
|
|
|
|
"target": "es5"
|
|
|
|
},
|
|
|
|
"exclude": [
|
2016-05-03 12:24:09 -04:00
|
|
|
"node_modules"
|
2016-04-28 20:50:03 -04:00
|
|
|
]
|
2015-09-22 15:03:39 -04:00
|
|
|
}
|