Skip to content

Commit

Permalink
changed resoultion to support prev versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gotham13 committed Mar 29, 2024
1 parent aca9461 commit 58b360f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"compilerOptions": {
"target": "es2018",
"outDir": "dist",
"module": "NodeNext",
"module": "ESNext",
"allowJs": true,
"moduleResolution": "NodeNext",
"moduleResolution": "Node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true
Expand Down

0 comments on commit 58b360f

Please sign in to comment.