Initial commit: Angular frontend and Expressjs backend
This commit is contained in:
6
worklenz-backend/babel.config.js
Normal file
6
worklenz-backend/babel.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
["@babel/preset-env", { targets: { node: "current" } }],
|
||||
"@babel/preset-typescript",
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user