Skip to content
Snippets Groups Projects
Commit 683c7a8d authored by benjamin.anthonio's avatar benjamin.anthonio
Browse files

update node dependecies

parent 3bd1252f
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
"license": "", "license": "",
"author": "Michaël Minelli <michael-jean.minelli@hesge.ch>", "author": "Michaël Minelli <michael-jean.minelli@hesge.ch>",
"main": "dist/src/app.js", "main": "dist/src/app.js",
"type": "module",
"scripts": { "scripts": {
"env:decrypt": "npx dotenvx decrypt", "env:decrypt": "npx dotenvx decrypt",
"env:update": "npx dotenvx encrypt", "env:update": "npx dotenvx encrypt",
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
"baseUrl" : ".", "baseUrl" : ".",
"outDir" : "dist", "outDir" : "dist",
"strict" : true, "strict" : true,
"target" : "ES2022", "target" : "ESNext",
"module" : "commonjs", "module" : "ESNext",
"sourceMap" : true, "sourceMap" : true,
"noImplicitAny" : true, "noImplicitAny" : true,
"esModuleInterop" : true, "esModuleInterop" : true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment