UNPKG

@iobroker/create-adapter

Version:

Command line utility to create customized ioBroker adapters

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