2016-05-20 16:22:57 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"target": "es6",
|
2016-06-15 19:45:19 -04:00
|
|
|
"noImplicitAny": true,
|
|
|
|
"noImplicitReturns": true,
|
2016-06-08 20:00:05 -04:00
|
|
|
"outDir": "dist/esm",
|
|
|
|
"rootDir": "src",
|
2016-05-23 19:28:11 -04:00
|
|
|
"inlineSourceMap": true,
|
|
|
|
"inlineSources": true,
|
2016-05-20 16:22:57 -04:00
|
|
|
"declaration": true,
|
|
|
|
"removeComments": true,
|
|
|
|
"moduleResolution": "node"
|
|
|
|
},
|
|
|
|
"files": [
|
2016-05-24 17:47:26 -04:00
|
|
|
"src/index.ts"
|
2016-05-20 16:22:57 -04:00
|
|
|
]
|
|
|
|
}
|