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