2016-05-20 16:22:57 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"target": "es5",
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"outDir": "dist",
|
2016-05-23 19:28:11 -04:00
|
|
|
"rootDir": ".",
|
|
|
|
"inlineSourceMap": true,
|
|
|
|
"inlineSources": true,
|
2016-05-20 16:22:57 -04:00
|
|
|
"declaration": true,
|
|
|
|
"removeComments": true
|
|
|
|
},
|
|
|
|
"files": [
|
2016-05-24 17:47:26 -04:00
|
|
|
"src/index.ts",
|
2016-05-21 20:35:36 -04:00
|
|
|
"typings/index.d.ts"
|
2016-05-20 16:22:57 -04:00
|
|
|
]
|
2016-05-20 17:43:07 -04:00
|
|
|
}
|