Skip to content

Commit

Permalink
fix: tsconfig file configured again
Browse files Browse the repository at this point in the history
  • Loading branch information
sefakpsz14 committed Aug 17, 2023
1 parent 1358356 commit bb5037d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"./src/index.ts",
"./src/types/prisma.d.ts",
"./src/types/requests.d.ts",
"./src/types/config.d.ts"
"./src/types/config.d.ts",
"./src/utils/locales/en/translation.json",
"./src/utils/locales/tr/translation.json"
],
"compilerOptions": {
"target": "es2016",
Expand Down

0 comments on commit bb5037d

Please sign in to comment.