aero-win-usb-detection
Version:
Listen to USB devices for attach/detach and get drive path and label (Windows only)
16 lines • 550 B
JSON
{
"compilerOptions": {
"target": "es6",
"module": "ES2022",
"allowJs": true,
"sourceMap": true,
"outDir": "./dist/",
"declaration": true,
"noImplicitAny": false,
"moduleResolution": "node",
"esModuleInterop": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
}
}