Skip to content

Commit 617a12f

Browse files
committed
Change module type to work in a browser
1 parent 5d45d74 commit 617a12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* Language and Environment */
44
"target": "ES2020",
55
/* Specify what module code is generated. */
6-
"module": "commonjs",
6+
"module": "esnext",
77
// Specify the root folder within your source files.
88
"rootDir": "./src",
99
// Generate .d.ts files from TypeScript and JavaScript files in your project.

0 commit comments

Comments
 (0)