UNPKG

@iobroker/create-adapter

Version:

Command line utility to create customized ioBroker adapters

15 lines (14 loc) 218 B
// Specialized tsconfig for type-checking js files { "extends": "./tsconfig.json", "compilerOptions": {}, "include": [ "**/*.js", "**/*.d.ts" ], "exclude": [ "**/build", "node_modules/", "widgets/" ] }