mirror of
https://github.com/moritzruth/node-enttec-open-dmx-usb.git
synced 2025-04-25 09:35:59 +02:00
13 lines
261 B
JSON
13 lines
261 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2019",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"outDir": "dist",
|
|
"declaration": true,
|
|
"types": ["@types/node"],
|
|
"lib": ["es2019"]
|
|
}
|
|
}
|