Skip to content

Commit

Permalink
use dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
phenylshima committed Oct 22, 2023
1 parent a5fa945 commit cc8b129
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"ts-node": {
"esm": true,
"experimentalSpecifierResolution": "node"
"experimentalSpecifierResolution": "node",
"require": ["dotenv/config"]
},
"compilerOptions": {
"target": "ES2022",
Expand Down

0 comments on commit cc8b129

Please sign in to comment.