UNPKG

atmosx-tempest-station

Version:

AtmosphericX Tempest Weather Station Polling - Built for standalone and Project AtmosphericX Integration.

14 lines 300 B
{ "compilerOptions": { "target": "ES6", "module": "ESNext", "moduleResolution": "Node", "outDir": "dist", "declaration": true, "declarationDir": "dist/types", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true }, "include": ["src"] }