Skip to content

Commit

Permalink
[tsconfig.json] Update module resolution to "bundler".
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Sep 1, 2023
1 parent fd2e6d2 commit 10f93dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es2017",
"moduleResolution": "node",
"target": "es2020",
"moduleResolution": "bundler",
"alwaysStrict": true,
"noImplicitAny": true,
"noImplicitReturns": true,
Expand All @@ -10,7 +10,7 @@
"outDir": "dist/types",
"declaration": true,
"emitDeclarationOnly": true,
"removeComments": false
"removeComments": false,
},
"include": [
"src/scramble-display"
Expand Down

0 comments on commit 10f93dd

Please sign in to comment.