UNPKG

homebridge-purpleair-sensor

Version:
13 lines (12 loc) 191 B
/* eslint-disable */ module.exports = { 'roots': [ 'src', ], 'testMatch': [ '**/?(*.)+(spec|test).+(ts|tsx|js)', ], 'transform': { '^.+\\.(ts|tsx)$': 'ts-jest', }, };