16 lines
377 B
JSON
16 lines
377 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"jsx": "react",
|
|
"experimentalDecorators": true,
|
|
"target": "es5",
|
|
"lib": ["es6", "dom"],
|
|
"typeRoots": ["node_modules/@types"]
|
|
},
|
|
"files": [
|
|
"./node_modules/@types/webpack-env/index.d.ts",
|
|
"./app/script/paho-mqtt.d.ts",
|
|
"./app/script/index.tsx"
|
|
]
|
|
}
|