added api logic, vitest, minimal testing ui
This commit is contained in:
12
api/prisma/tsconfig.seed.json
Normal file
12
api/prisma/tsconfig.seed.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"module": "esnext",
|
||||
"moduleResolution": "bundler",
|
||||
"target": "ES2022",
|
||||
"lib": ["es2022"],
|
||||
"types": ["node"],
|
||||
"noEmit": true
|
||||
},
|
||||
"include": ["seed.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user