UNPKG

electron-tray2

Version:

Very simple package to add tray icon behaviour to an electron app

15 lines 336 B
{ "compilerOptions": { "target": "es2017", "module": "commonjs", "lib": ["esnext"], "declaration": true, "outDir": "./lib", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*"], "exclude": ["node_modules", "lib"] }