Skip to content

Commit 739c843

Browse files
committed
adapt tsconfig to use old settings
1 parent de51eb9 commit 739c843

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2017",
3+
"target": "ES2021",
44
"lib": [
55
"dom",
66
"dom.iterable",
@@ -12,8 +12,8 @@
1212
"forceConsistentCasingInFileNames": true,
1313
"noEmit": true,
1414
"esModuleInterop": true,
15-
"module": "esnext",
16-
"moduleResolution": "bundler",
15+
"module": "commonjs",
16+
"moduleResolution": "node",
1717
"resolveJsonModule": true,
1818
"isolatedModules": true,
1919
"jsx": "react-jsx",

0 commit comments

Comments
 (0)