mirror of
https://github.com/moritzruth/node-enttec-open-dmx-usb.git
synced 2025-04-23 16:51:21 +02:00
12 lines
186 B
JSON
12 lines
186 B
JSON
{
|
|
"extends": "awzzm-ts",
|
|
"env": {
|
|
"node": true,
|
|
"es6": true
|
|
},
|
|
"parserOptions": {
|
|
"sourceType": "module",
|
|
"ecmaVersion": 10,
|
|
"project": "tsconfig.json"
|
|
}
|
|
}
|