2018-01-26 16:38:13 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2018-02-01 11:52:39 +00:00
|
|
|
"target": "es5",
|
|
|
|
"module": "commonjs",
|
|
|
|
"jsx": "react",
|
|
|
|
"sourceMap": true,
|
|
|
|
"strict": true,
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
"noUnusedParameters": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"lib": ["es2015", "es2016", "esnext", "dom"]
|
2018-01-26 16:38:13 +00:00
|
|
|
},
|
2018-02-01 11:52:39 +00:00
|
|
|
"files": ["./lib/index.d.ts"]
|
2018-01-26 16:38:13 +00:00
|
|
|
}
|