Package that contains a working environment to develop web applications and API's.
npm i @rolster/coopplins-server
You must install the @rolster/types
to define package data types, which are configured by adding them to the files
property of the tsconfig.json
file.
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true
},
"files": ["node_modules/@rolster/types/index.d.ts"]
}
- Daniel Andrés Castillo Pedroza 🚀