UNPKG

filemanagementsystemfornode

Version:

A file management system for node.js application making managements of files easier, all in one code, you can delete, move, etc, files all in one code, making ability to manage a system eg a application requiring transfering of files in folders easier

15 lines (14 loc) 313 B
{ "compilerOptions": { "outDir": "./dist", "rootDir": "./src", "module": "CommonJS", "target": "ES6", "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true }, "include": ["src"], "exclude": ["node_modules"] }