2015-05-18 14:46:19 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"emitDecoratorMetadata": true,
|
2015-07-08 13:28:47 -04:00
|
|
|
"experimentalDecorators": true,
|
2015-05-18 14:46:19 -04:00
|
|
|
"declaration": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
|
|
|
"sourceRoot": ".",
|
2015-07-08 16:09:17 -04:00
|
|
|
"target": "es5",
|
2015-05-18 14:46:19 -04:00
|
|
|
"outDir": "../../dist/js/cjs"
|
|
|
|
}
|
|
|
|
}
|