Skip to content

Instantly share code, notes, and snippets.

View dajulia3's full-sized avatar

David Julia dajulia3

View GitHub Profile
Copyright (c) 2012, Miguel Araujo
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
@tzkmx
tzkmx / .babelrc
Last active January 20, 2023 01:50
NestJS as sub app of express.js vanilla
{
"presets": [
["env", { "targets": {"node": "current" }, "debug": true }],
"stage-0"
],
"plugins": [
"transform-decorators-legacy",
"transform-runtime"
]