sprinklers3/tsconfig.json

16 lines
377 B
JSON
Raw Normal View History

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