Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xan105 committed Apr 9, 2024
1 parent 7eb616f commit 2dbe49a
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,11 +1,12 @@
{
"compilerOptions": {
"module": "node16",
"module": "nodenext",
"allowJs": true,
"strict": true,
"noImplicitAny": false
},
"exclude":[
"eslint.config.js",
"node_modules",
"test"
]
Expand Down

0 comments on commit 2dbe49a

Please sign in to comment.