feat(backend): add fastify api, auth, prisma schema and jobs
This commit is contained in:
16
apps/backend/tsconfig.json
Normal file
16
apps/backend/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"rootDir": "./",
|
||||
"outDir": "./dist",
|
||||
"noEmit": true,
|
||||
"types": ["node"],
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@/*": ["src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*", "scripts/**/*", "prisma/seed.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user