UNPKG

homebridge-rabbitair

Version:
18 lines 280 B
{ "extends": "./tsconfig.json", "compilerOptions": { "module": "CommonJS", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "types": [ "node", "vitest/globals" ] }, "ts-node": { "esm": true, "compilerOptions": { "module": "ESNext" } } }