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

update package.json

parent 683c7a8d
Branches
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
"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,18 +3,22 @@ ...@@ -3,18 +3,22 @@
"baseUrl" : ".", "baseUrl" : ".",
"outDir" : "dist", "outDir" : "dist",
"strict" : true, "strict" : true,
"target" : "ESNext", "target" : "ES2022",
"module" : "ESNext", "module" : "ES2022",
"sourceMap" : true, "sourceMap" : true,
"noImplicitAny" : true, "noImplicitAny" : true,
"esModuleInterop" : true, "esModuleInterop" : true,
"moduleResolution": "node", "module": "ESNext",
"moduleResolution": "Node",
"paths" : { "paths" : {
"*": [ "*": [
"node_modules/*" "node_modules/*"
] ]
} }
}, },
"ts-node": {
"esm": true
},
"include" : [ "include" : [
"src/**/*.ts", "src/**/*.ts",
"prisma/seed.ts" "prisma/seed.ts"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment