UNPKG

@iobroker/create-adapter

Version:

Command line utility to create customized ioBroker adapters

12 lines (11 loc) 270 B
{ "extends": "../tsconfig.json", "include": [ "./admin.d.ts", "./**/*.js", // Include the adapter-config definition if it exists. // It should be at either on of these paths: "../lib/adapter-config.d.ts", // JS "../src/lib/adapter-config.d.ts", // TS ] }