2016-05-20 13:22:57 -07:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"target": "es6",
|
|
|
|
"noImplicitAny": false,
|
2016-06-08 17:00:05 -07:00
|
|
|
"outDir": "dist/esm",
|
|
|
|
"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,
|
|
|
|
"moduleResolution": "node"
|
|
|
|
},
|
|
|
|
"files": [
|
2016-05-24 14:47:26 -07:00
|
|
|
"src/index.ts"
|
2016-05-20 13:22:57 -07:00
|
|
|
]
|
|
|
|
}
|