mirror of
https://github.com/Smeagolworms4/MQTT-Explorer.git
synced 2026-09-15 11:03:11 +00:00
17 lines
286 B
JSON
17 lines
286 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"target": "es6",
|
|
"sourceMap": true,
|
|
"outDir": "dist",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"electron": [ "../node-wrapper/electron" ]
|
|
}
|
|
},
|
|
"exclude": [
|
|
],
|
|
"lib": ["es2015"]
|
|
}
|