2017-01-06 10:04:19 -05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"module": "commonjs",
|
|
|
|
"jsx": "react",
|
|
|
|
"declaration": true,
|
|
|
|
"sourceMap": true,
|
2017-02-05 13:43:13 -05:00
|
|
|
"types": [ "webpack-env" ] ,
|
2017-01-06 10:04:19 -05:00
|
|
|
"experimentalDecorators": true
|
2017-02-05 13:43:13 -05:00
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"src/**/*"
|
|
|
|
],
|
|
|
|
"exclude": [
|
|
|
|
"node_modules",
|
|
|
|
"**/*.spec.ts"
|
|
|
|
]
|
2017-01-06 10:04:19 -05:00
|
|
|
}
|