Added prisma stuff

This commit is contained in:
Florian Sylvain
2023-01-26 14:13:08 +01:00
parent 8ee68a488e
commit 9a890135bc
8 changed files with 178 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
/* Modules */
"module": "ES2022", /* Specify what module code is generated. */
"rootDir": "./src", /* Specify the root folder within your source files. */
// "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */