Skip to content

Commit

Permalink
update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsalcido committed Jan 17, 2024
1 parent 34772a5 commit 344364c
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 @@ -5,7 +5,9 @@
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true
"esModuleInterop": true,
"typeRoots": ["./node_modules/@types"],
"types": ["uuid"]
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 344364c

Please sign in to comment.