mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-15 07:09:56 +00:00
fix(ignore): Revert module to commonjs
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"module": "ES2022",
|
||||
"module": "commonjs",
|
||||
"esModuleInterop": true,
|
||||
"target": "ES2022",
|
||||
"lib": ["ES2022"],
|
||||
|
||||
Reference in New Issue
Block a user