feat(backend): add fastify api, auth, prisma schema and jobs
This commit is contained in:
10
apps/backend/tsconfig.build.json
Normal file
10
apps/backend/tsconfig.build.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": false,
|
||||
"rootDir": "./src",
|
||||
"outDir": "./dist"
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["**/*.test.ts", "dist"]
|
||||
}
|
||||
Reference in New Issue
Block a user