Skip to content

Commit

Permalink
Use Bundler module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
iansan5653 authored Dec 15, 2023
1 parent a2b5218 commit 6bf0f46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
// GAS uses the v8 runtime in sync with Chrome now, so it always has the latest ES features. No need to downcompile.
"target": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
Expand Down

0 comments on commit 6bf0f46

Please sign in to comment.