We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d00c5c commit f06da9dCopy full SHA for f06da9d
backend/tsconfig.json
@@ -17,6 +17,6 @@
17
"strictBindCallApply": false,
18
"forceConsistentCasingInFileNames": false,
19
"noFallthroughCasesInSwitch": false,
20
- "esModuleInterop": true,
+ "esModuleInterop": true
21
}
22
frontend/tsconfig.json
@@ -7,7 +7,7 @@
7
"@/*": ["./src/*"]
8
},
9
"target": "es2020",
10
- "lib": ["es2020", "dom"],
+ "lib": ["es2020", "dom"]
11
12
13
"references": [
0 commit comments