Skip to content

Commit

Permalink
fix: v1 tsconfig decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
supalarry committed Apr 8, 2024
1 parent d59e68d commit ac1cbf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/api/v1/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"paths": {
"~/*": ["*"],
"@prisma/client/*": ["@calcom/prisma/client/*"]
}
},
"experimentalDecorators": true
},
"include": [
"next-env.d.ts",
Expand Down

0 comments on commit ac1cbf8

Please sign in to comment.