Skip to content

Commit f60c6e8

Browse files
committed
Roll back use of ESM
1 parent 05fde02 commit f60c6e8

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"repository": "https://github.com/will-stone/browserosaurus",
1515
"license": "MIT",
1616
"author": "Will Stone",
17-
"type": "module",
1817
"main": ".webpack/main",
1918
"scripts": {
2019
"doctor": "npm run lint && npm run typecheck && npm run test",

tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"esModuleInterop": true,
66
"jsx": "react",
77
"lib": ["ES2020", "DOM", "DOM.Iterable"],
8-
"module": "ESNext",
9-
"moduleResolution": "node",
8+
"module": "commonjs",
109
"noImplicitAny": true,
1110
"outDir": "dist",
1211
"paths": {

0 commit comments

Comments
 (0)