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

update package.json

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