Skip to content
Snippets Groups Projects
Commit 1b1ff948 authored by Abelangel's avatar Abelangel
Browse files
parents a4a39e65 98535576
Branches
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
"license": "",
"author": "Michaël Minelli <michael-jean.minelli@hesge.ch>",
"main": "dist/src/app.js",
"type": "module",
"scripts": {
"env:decrypt": "npx dotenvx decrypt",
"env:update": "npx dotenvx encrypt",
......
......@@ -4,11 +4,12 @@
"outDir" : "dist",
"strict" : true,
"target" : "ES2022",
"module" : "commonjs",
"module" : "ES2022",
"sourceMap" : true,
"noImplicitAny" : true,
"esModuleInterop" : true,
"moduleResolution": "node",
"module": "ES2022",
"paths" : {
"*": [
"node_modules/*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment