Skip to content

Commit

Permalink
fix: The "path" argument must be of type string or an instance of URL…
Browse files Browse the repository at this point in the history
…. Received undefined (#314)
  • Loading branch information
AntzyMo committed Dec 13, 2022
1 parent 8aac0c5 commit 34e28a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"baseUrl": ".",
"module": "ESNext",
"target": "es2017",
"target": "ESNext",
"lib": ["ESNext", "DOM"],
"esModuleInterop": true,
"strict": true,
Expand Down

0 comments on commit 34e28a6

Please sign in to comment.