UNPKG

e-commercee

Version:

This package contains a backend of what would be the logic of a e-commercee software, the architecture used is made in 3 layers

13 lines (12 loc) 201 B
{ "compilerOptions": { "module": "commonjs", "target": "ESNext", "lib": ["ESNext"], "outDir": "./dist", "sourceMap": true }, "exclude": [ "node_modules" ] }