Skip to content

Commit 1b8f060

Browse files
committed
revert all changes in tsconfig.json
1 parent f160b1d commit 1b8f060

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"target": "es2021",
1010
"outDir": "./dist/",
1111
"noImplicitAny": true,
12-
"module": "es2020",
12+
"module": "es6",
13+
"target": "es6",
1314
"allowJs": true,
1415
"experimentalDecorators": true,
1516
"moduleResolution": "node",

0 commit comments

Comments
 (0)