chore(backend): type-check prisma scripts via split tsconfig
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "EME — Emprunt Matériel ENSUP — API REST",
|
||||
"main": "dist/app.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
"start": "node dist/app.js",
|
||||
"dev": "nodemon --exec ts-node src/app.ts",
|
||||
"prisma:generate": "prisma generate",
|
||||
|
||||
Reference in New Issue
Block a user