mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 11:24:35 +00:00
* chore: fix vulnerabilities and remove unused or redundant dependencies * chore: Added start script and vulnerabilities screenshot * fix: quick fix * fix: converted to typescript + bugs removed Co-authored-by: jahanzaibrao-dev <jahanzaib@tetrahex.com> Co-authored-by: Saad Jutt <ihsan.distranger@gmail.com>
5 lines
134 B
Plaintext
5 lines
134 B
Plaintext
{
|
|
"presets": ["@babel/env", "@babel/react", "@babel/preset-typescript"],
|
|
"plugins": ["@babel/plugin-proposal-class-properties"]
|
|
}
|