Skip to content

Commit

Permalink
feat(prisma): Enable TypeScript declaration generation in
Browse files Browse the repository at this point in the history
tsconfig.json
  • Loading branch information
EduardMcfly committed Nov 22, 2023
1 parent 15b836a commit 9213e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk_contrib/prisma/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"target": "es2019",
"strict": true,
"strictNullChecks": true,
"declaration": false,
"declaration": true,
"esModuleInterop": true,
"skipLibCheck": true,
"allowJs": true,
Expand Down

0 comments on commit 9213e9e

Please sign in to comment.