UNPKG

electron-reload

Version:

Simplest way to reload an electron app on file changes!

15 lines (14 loc) 306 B
{ "compilerOptions": { "module": "commonjs", "lib": ["es6"], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, "esModuleInterop": true, "baseUrl": ".", "paths": { "electron-reload": ["."] } } }