@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
14 lines (13 loc) • 369 B
JSON
{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"moduleNameMapper": {
"@constructorfleet/ultimate-govee/(.*)": "<rootDir>/../lib/ultimate-govee/$1",
"@constructorfleet/ultimate-govee": "<rootDir>/../lib/ultimate-govee"
}
}