UNPKG

@iobroker/create-adapter

Version:

Command line utility to create customized ioBroker adapters

17 lines (16 loc) 276 B
{ "extends": "./tsconfig.json", // Modified config to only compile .ts-files in the src dir "compilerOptions": { "allowJs": false, "checkJs": false, "noEmit": false, "declaration": false }, "include": [ "src/**/*.ts" ], "exclude": [ "src/**/*.test.ts" ] }