Skip to content

Commit

Permalink
Merge pull request #6 from femshima/dotenv
Browse files Browse the repository at this point in the history
Add dotenv
  • Loading branch information
cm-ayf authored Oct 27, 2023
2 parents 1bf7d6e + cc8b129 commit 9bd5ccd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@types/node": "18",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"dotenv": "^16.3.1",
"esbuild": "^0.19.4",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
Expand Down
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 9bd5ccd

Please sign in to comment.