mirror of
https://github.com/moritzruth/node-enttec-open-dmx-usb.git
synced 2025-04-23 08:41:20 +02:00
9 lines
159 B
JSON
9 lines
159 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"strict": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|