UNPKG

@iobroker/create-adapter

Version:

Command line utility to create customized ioBroker adapters

27 lines (26 loc) 476 B
// Specialized tsconfig for the admin directory, // includes DOM typings and configures the admin build { "extends": "../tsconfig.json", "compilerOptions": { "noEmit": false, "outDir": "./build", "sourceMap": true, "sourceRoot": "./src", "noImplicitAny": false, "lib": [ "es2018", "DOM" ], "jsx": "react" }, "include": [ "./**/*.ts", "./**/*.tsx", "../src/lib/adapter-config.d.ts" ], "exclude": [ "./**/*.test.ts", "./**/*.test.tsx" ] }