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

update package.json

parent a8b3e8a2
No related branches found
No related tags found
No related merge requests found
......@@ -8,17 +8,14 @@
"sourceMap" : true,
"noImplicitAny" : true,
"esModuleInterop" : true,
"module": "ESNext",
"moduleResolution": "Node",
"moduleResolution": "node",
"module": "ES2022",
"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