2017-05-02 20:03:48 -06:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"sourceMap": true,
|
|
|
|
"jsx": "react",
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"target": "es5",
|
2017-06-30 00:30:41 -06:00
|
|
|
"lib": ["es6", "dom"],
|
2017-05-02 20:03:48 -06:00
|
|
|
"typeRoots": ["node_modules/@types"]
|
2017-05-03 16:12:51 -06:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"./node_modules/@types/webpack-env/index.d.ts",
|
2017-05-06 15:39:25 -06:00
|
|
|
"./app/script/paho-mqtt.d.ts",
|
2017-05-03 16:12:51 -06:00
|
|
|
"./app/script/index.tsx"
|
|
|
|
]
|
2017-06-30 00:30:41 -06:00
|
|
|
}
|